diff options
author | ubq323 <ubq323> | 2021-07-22 16:59:50 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-07-22 16:59:50 +0000 |
commit | dc65b43ddce195c2ed35f6b7a0c1a96d284e0d55 (patch) | |
tree | 378df8a3bd8f7ddc90cecb1b818d1245481ff79c /apioforum/templates | |
parent | ca9059374bae63dcf47b0ffcaa57b43ae608c309 (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.html | 3 |
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> |