User details

Added a user details page and the ability to update display name and password
This commit is contained in:
Michael Rodin 2023-10-20 16:50:05 +02:00
parent 76d43d57d9
commit fd1742ec38
4 changed files with 91 additions and 3 deletions

9
flask/static/user.css Normal file
View file

@ -0,0 +1,9 @@
div.grid-container {
display: grid;
grid-template-columns: max-content max-content;
}
div.grid-container > * {
padding: 0.2em 0.5em;
border-bottom: lightgrey 0.1em solid;
}