diff --git a/forum/templates/post/post_render.html b/forum/templates/post/post_render.html index 81f9699..7e717cf 100644 --- a/forum/templates/post/post_render.html +++ b/forum/templates/post/post_render.html @@ -26,7 +26,7 @@
{{ post.post_date|timesince }} {% trans 'ago' %} - {% if post.post_date != post.modifiction_date %} + {% if post.is_modified %} - {% trans 'Edited' %} {% endif %}
-- libgit2 0.21.2