diff options
Diffstat (limited to 'templates/news/view.html')
-rw-r--r-- | templates/news/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/view.html b/templates/news/view.html index a7c25a43..1c92fe78 100644 --- a/templates/news/view.html +++ b/templates/news/view.html @@ -16,7 +16,7 @@ </ul> {% endif %} - <p class="article-info">{{ news.postdate }} - {{ news.author.get_full_name }}</p> + <p class="article-info">{{ news.postdate|date }} - {{ news.author.get_full_name }}</p> <div class="article-content">{{ news.content|markdown }}</div> |