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

+ 3 - 1
misago/templates/misago/forums/forums.html

@@ -46,7 +46,9 @@
         {% endblocktrans %}
       </div>
       {% elif forum.acl.can_browse %}
-        {% if forum.last_thread_title %}
+        {% if not forum.acl.can_see_all_threads %}
+        <em class="text-muted">{% trans "Forum is private" %}</em>
+        {% elif forum.last_thread_title %}
         <a href="{% url 'misago:thread' thread_slug=forum.last_thread_slug thread_id=forum.last_thread_id %}" class="item-title">{{ forum.last_thread_title }}</a>
         <div class="text-muted">
           {% capture trimmed as last_poster %}