From b7951227d3daf1723dc7805155cc68e4b8ec779d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 23 Mar 2015 19:29:59 +0100 Subject: Previous commit is useless... --- pyaggr3g470r/templates/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 3d6bb3c0..c7dfecc2 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -28,7 +28,7 @@ {% endif %} {% if feed.last_error %} - {{ _("Here's the last error encountered while retrieving this feed:") }}
{{ feed.last_error | safe }}

+ {{ _("Here's the last error encountered while retrieving this feed:") }}
{{ feed.last_error }}

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