diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-24 19:44:59 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-24 19:44:59 +0100 |
commit | 5a3b2f591d36633daf313fe9204cb1bd300f691c (patch) | |
tree | 50d6988235a5be8eefc9053ed9ead803b6c5e6d7 | |
parent | Updating the password is not required. (diff) | |
download | newspipe-5a3b2f591d36633daf313fe9204cb1bd300f691c.tar.gz newspipe-5a3b2f591d36633daf313fe9204cb1bd300f691c.tar.bz2 newspipe-5a3b2f591d36633daf313fe9204cb1bd300f691c.zip |
Updated management page.
-rw-r--r-- | pyaggr3g470r/templates/management.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 8647f2e3..5101590b 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -7,5 +7,9 @@ <p>{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} <a href="/unread/">unread articles</a>.</p> <a href="/index_database/" class="btn btn-default">Index database</a> </div> + <div class="jumbotron"> + <h1>Your Profile</h1> + <p>Update your <a href="/profile/">profile</a>.</p> + </div> </div><!-- /.container --> {% endblock %}
\ No newline at end of file |