From 5c8deddc86f3231ebc814d3daabd5af57d5aabbf Mon Sep 17 00:00:00 2001 From: pajowu Date: Sat, 16 Jan 2016 22:16:09 +0200 Subject: [PATCH] add modified date to article --- templates/article.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/article.html b/templates/article.html index ac04a2b..407159f 100755 --- a/templates/article.html +++ b/templates/article.html @@ -52,6 +52,9 @@ {% endfor %} on {{ article.locale_date }} + {% if article.modified %} + Updated on {{ article.locale_modified }} + {% endif %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}