diff options
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index a50d16fb..65b589f8 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -3,12 +3,12 @@ <div class="container"> <div class="jumbotron"> <h1>Subscriptions</h1> - + <p>You are subscribed to {{ nb_feeds }} <a href="/feeds">feeds</a>.</p> </div> <div class="jumbotron"> <h1>Database</h1> - <p>{{ nb_article }} articles are stored in the database.</p> + <p>{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} <a href="/unread/">unread articles</a>.</p> </div> </div><!-- /.container --> {% endblock %}
\ No newline at end of file |