diff options
-rw-r--r-- | pyaggr3g470r/templates/management.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index ed7a5667..c1e5ba64 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -20,12 +20,8 @@ </div> <div class="jumbotron"> - <h1>Subscriptions</h1> + <h1>Your subscriptions</h1> <p>You are subscribed to {{ nb_feeds }} <a href="/feeds">feeds</a>.</p> - </div> - - <div class="jumbotron"> - <h1>Database</h1> <p>{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} <a href="/unread/">unread articles</a>.</p> </div> </div><!-- /.container --> |