diff options
Diffstat (limited to 'source/templates')
-rw-r--r-- | source/templates/management.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/templates/management.html b/source/templates/management.html index 5bc38439..1f159ede 100644 --- a/source/templates/management.html +++ b/source/templates/management.html @@ -20,6 +20,7 @@ <hr /> + <h1>Facts</h1> <ul> <li>active e-mail notifications: <a href="/notifications/">${nb_mail_notifications}</a>;</li> @@ -31,6 +32,14 @@ <hr /> + <h1>Account</h1> + <form method=get action="/change_password/"> + Change your password: <input type="text" name="new_password" value="" /> + </form> + + <hr /> + + <h1>Database</h1> <p>${nb_articles} article(s) are stored in the database with <a href="/unread/">${nb_unread_articles} unread article(s)</a>. |