-
- Downloads
Created Modal Base Template with Login and Sign up modals extending them added...
Created Modal Base Template with Login and Sign up modals extending them added 404 page and worked on library controller and Model
Showing
- project/__init__.py 1 addition, 2 deletionsproject/__init__.py
- project/controllers/library.py 25 additions, 3 deletionsproject/controllers/library.py
- project/controllers/login.py 19 additions, 30 deletionsproject/controllers/login.py
- project/model/Library.py 2 additions, 2 deletionsproject/model/Library.py
- project/static/css/style.css 17 additions, 64 deletionsproject/static/css/style.css
- project/templates/404.html 14 additions, 0 deletionsproject/templates/404.html
- project/templates/home/home.html 5 additions, 0 deletionsproject/templates/home/home.html
- project/templates/home/login_modal.html 32 additions, 0 deletionsproject/templates/home/login_modal.html
- project/templates/home/signup_modal.html 41 additions, 0 deletionsproject/templates/home/signup_modal.html
- project/templates/index.html 23 additions, 15 deletionsproject/templates/index.html
- project/templates/library/master.html 1 addition, 1 deletionproject/templates/library/master.html
- project/templates/login/master.html 0 additions, 36 deletionsproject/templates/login/master.html
- project/templates/login/signup.html 0 additions, 42 deletionsproject/templates/login/signup.html
- project/templates/modal_base.html 80 additions, 0 deletionsproject/templates/modal_base.html
- project/templates/usernav.html 1 addition, 1 deletionproject/templates/usernav.html
project/templates/404.html
0 → 100644
project/templates/home/login_modal.html
0 → 100644
project/templates/home/signup_modal.html
0 → 100644
project/templates/login/master.html
deleted
100644 → 0
project/templates/login/signup.html
deleted
100644 → 0
project/templates/modal_base.html
0 → 100644
Please register or sign in to comment