Add admin panel, arbitrary queries

This commit is contained in:
David Hoppenbrouwers
2022-10-08 23:40:35 +02:00
parent 5773bce507
commit e3af03bbac
9 changed files with 290 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
<tr>
<td>
<p><a href="{{ url_for('forum', forum_id = id) }}"><b>{{ name }}</b></a></p>
<p>{{ description }}</p>
<p>{{ minimd(description) | safe }}</p>
</td>
{% if t_id %}
<td>
@@ -21,6 +21,6 @@
<td>No threads</td>
{% endif %}
</tr>
{% endfor %}
{%- endfor -%}
</table>
{% endblock %}