Commit 46b8be784b35ae825b9a0ebe1a0d4a2f29e08462

Authored by Zambom
1 parent 6132d5e8

Fixing 'edited' label show [Issue: #215]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
forum/templates/post/post_render.html
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 <div class="card-data"> 26 <div class="card-data">
27 <p class="comment-date"> 27 <p class="comment-date">
28 <i class="fa fa-clock-o"></i> {{ post.post_date|timesince }} {% trans 'ago' %} 28 <i class="fa fa-clock-o"></i> {{ post.post_date|timesince }} {% trans 'ago' %}
29 - {% if post.post_date != post.modifiction_date %} 29 + {% if post.is_modified %}
30 <em> - {% trans 'Edited' %}</em> 30 <em> - {% trans 'Edited' %}</em>
31 {% endif %} 31 {% endif %}
32 </p> 32 </p>