Rafał Pitoń 10 лет назад
Родитель
Сommit
8ec18c83b5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/templates/misago/threads/thread.html

+ 1 - 1
misago/templates/misago/threads/thread.html

@@ -48,7 +48,7 @@
         <li>
         <li class="tooltip-bottom" title="{% blocktrans with last_post=thread.last_post_on %}Last post from {{ last_post }}{% endblocktrans %}">
           <span class="fa fa-clock-o"></span>
-          <abbr class="dynamic time-ago" data-timestamp="{{ forum.last_post_on|date:"c" }}">
+          <abbr class="dynamic time-ago" data-timestamp="{{ thread.last_post_on|date:"c" }}">
             {{ thread.last_post_on|date }}
           </abbr>
         </li>