From a4c40ad567abe66c52d119d3023482a02b71b1bb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 4 Apr 2015 00:50:08 +0200 Subject: 'Jumbotron' replaced by 'well' bootstrap component in all templates. --- pyaggr3g470r/templates/feed.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates/feed.html') diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index c7dfecc2..268cbf7d 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -1,13 +1,13 @@ {% extends "layout.html" %} {% block content %}
-
+

{{ feed.title }}

{% if feed.description %}

{{ feed.description }}

{% endif %}
-
+

{{ _('This feed contains') }} {{ feed.articles.all()|count }} {{ _('articles') }}.
{{ _('Address of the feed') }}: {{ feed.link }}
@@ -37,7 +37,7 @@ {% endif %}

-
+
{% if feed.articles.all()|count != 0 %}
{{ tag_cloud|safe }}
{% endif %} -- cgit