diff options
Diffstat (limited to 'pyaggr3g470r/templates/article.html')
-rw-r--r-- | pyaggr3g470r/templates/article.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index 81d5d2e4..83e23b34 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -14,10 +14,10 @@ {% else %} <a href="/like/{{ article.id }}"><i class="glyphicon glyphicon-star-empty" title="{{ _('Click if you like this article') }}"></i></a> {% endif %} - <h6>{{ article.date }}</h6> + <h6>{{ article.date | datetime }}</h6> </div> <div class="jumbotron"> - {{ article.content|safe }} + {{ article.content | safe }} </div> <div class="jumbotron"> <div class="row"> |