|
@@ -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 %}
|