aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
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