From 084a2bd83b8599001cbf450cc9b409f2a341a80a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 May 2014 12:55:44 +0200 Subject: Updated translation. --- pyaggr3g470r/templates/article.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyaggr3g470r/templates/article.html') diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index f7790d6a..81d5d2e4 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -7,12 +7,12 @@

{{ article.title|safe }}

-

from {{ article.source.title }}

- +

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

+ {% if article.like %} - + {% else %} - + {% endif %}
{{ article.date }}
@@ -25,16 +25,16 @@ {{ _('Next post:') }} {{ next_article.title }}
- Previous post: {{ previous_article.title }} + {{ _('Previous post:') }} {{ previous_article.title }}
- + - +
-- cgit