From 5d220e360454e7643eb5539fa329702cb5c273c5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 9 Apr 2014 20:14:33 +0200 Subject: Management of users via the administrator's account. --- pyaggr3g470r/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 223653c1..6363ee06 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -2,7 +2,7 @@ {% block content %}
{% if user.feeds.all()|count == 0 %} -

You are not subscribed to any feed. Fix this.

+

You are not subscribed to any feed. Fix this.

{% else %} {% for feed in user.feeds|sort(attribute="title") %}
-- cgit