From 2a2550cb449375b9138fb37214268ee6ab49423d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 28 Oct 2013 07:58:09 +0100 Subject: Link to the original article. --- pyaggr3g470r/templates/article.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates/article.html') diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index d695a423..98a170e0 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -2,8 +2,7 @@ {% block content %}
-

{{ article.title }}

-

{{ article.link }}

+

{{ article.title }}

{{ article.date }}
@@ -11,4 +10,4 @@ {{ article.content|safe }}
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit