aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-07-22 17:26:08 +0000
committerubq323 <ubq323>2021-07-22 17:26:08 +0000
commitd22cd7736b46e4cae507cbb5e1d83f6794c2f921 (patch)
treef33c4b880ed412c9b12a679c1447a9a2e0e8cd37 /apioforum/templates
parentdc65b43ddce195c2ed35f6b7a0c1a96d284e0d55 (diff)
improve ui slightly
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 67693d8..25d83e5 100644
--- a/apioforum/templates/view_forum.html
+++ b/apioforum/templates/view_forum.html
@@ -11,8 +11,11 @@
{% if forum.description %}
{{forum.description|md|safe}}
{% endif %}
+<p class="avail_tags">available tags:
{% for the_tag in avail_tags %}
{{tag(the_tag)}}
+{% else %}
+<em>(none available)</em>
{% endfor %}
{% if subforums %}