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/article.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r/templates/article.html') diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index 101cf628..92014599 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %}
-
+

{{ article.title|safe }}

{{ _('from') }} {{ article.source.title }}

@@ -21,10 +21,10 @@ {% endif %}
{{ article.date | datetime }}
-
+
{{ article.content | safe }}
-
+
{{ _('Next post:') }} {{ next_article.title }} @@ -34,7 +34,7 @@
-
+
-- cgit