aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-07-22 16:59:50 +0000
committerubq323 <ubq323>2021-07-22 16:59:50 +0000
commitdc65b43ddce195c2ed35f6b7a0c1a96d284e0d55 (patch)
tree378df8a3bd8f7ddc90cecb1b818d1245481ff79c /apioforum/templates
parentca9059374bae63dcf47b0ffcaa57b43ae608c309 (diff)
make tags be per-forum and have the thread config interface work with this
Diffstat (limited to 'apioforum/templates')
-rw-r--r--apioforum/templates/view_forum.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html
index 88be22f..67693d8 100644
--- a/apioforum/templates/view_forum.html
+++ b/apioforum/templates/view_forum.html
@@ -11,6 +11,9 @@
{% if forum.description %}
{{forum.description|md|safe}}
{% endif %}
+{% for the_tag in avail_tags %}
+{{tag(the_tag)}}
+{% endfor %}
{% if subforums %}
<h2>subforae</h2>