From 4e773ab1830be5f8d9723a6a84b2c448537737e8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 30 Jan 2014 21:34:48 +0100 Subject: Updated template with Bootstrap 3.1 headers. --- pyaggr3g470r/templates/favorites.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/favorites.html') diff --git a/pyaggr3g470r/templates/favorites.html b/pyaggr3g470r/templates/favorites.html index fb0b3220..1af2e327 100644 --- a/pyaggr3g470r/templates/favorites.html +++ b/pyaggr3g470r/templates/favorites.html @@ -2,8 +2,13 @@ {% block content %}
{% if feeds|count == 0 %} -

No favorites.

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