-
- Downloads
Allow to edit user (plus some more changes)
- "Add user" moved to separate page - Added a UserAccount class as our own representation of user account information
Showing
- main.py 145 additions, 35 deletionsmain.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- static/style.css 5 additions, 0 deletionsstatic/style.css
- templates/add_edit_user.html 30 additions, 0 deletionstemplates/add_edit_user.html
- templates/base.html 25 additions, 0 deletionstemplates/base.html
- templates/main.html 15 additions, 47 deletionstemplates/main.html
... | ... | @@ -6,3 +6,4 @@ requests~=2.27.1 |
jinja2~=3.0.3 | ||
PyYAML~=6.0 | ||
gunicorn~=20.1.0 | ||
dataclasses~=0.8 |
templates/add_edit_user.html
0 → 100644
templates/base.html
0 → 100644
Please register or sign in to comment