aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-24 19:44:59 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-24 19:44:59 +0100
commit5a3b2f591d36633daf313fe9204cb1bd300f691c (patch)
tree50d6988235a5be8eefc9053ed9ead803b6c5e6d7 /pyaggr3g470r
parentUpdating the password is not required. (diff)
downloadnewspipe-5a3b2f591d36633daf313fe9204cb1bd300f691c.tar.gz
newspipe-5a3b2f591d36633daf313fe9204cb1bd300f691c.tar.bz2
newspipe-5a3b2f591d36633daf313fe9204cb1bd300f691c.zip
Updated management page.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/management.html4
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
bgstack15