Add support for post-approval threads
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{% macro render_threadlist(threads) -%}
|
||||
<ul>
|
||||
{% for t in threads %}
|
||||
<li><a href="{{ url_for('thread_page', id=t.id) }}">{{ t.title }}</a> by {{ t.author.display_name }}</li>
|
||||
<li>{% if t.private %}🔒 {% endif %}<a href="{{ url_for('thread_page', id=t.id) }}">{{ t.title }}</a> by {{ t.author.display_name }}</li>
|
||||
{% else %}
|
||||
<li><i>No threads found</i></li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user