diff options
author | ubq323 <ubq323> | 2021-06-23 18:14:12 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-23 18:14:12 +0000 |
commit | 06d03e2fd1145271271b6d971fe6657da5bcf400 (patch) | |
tree | 017e4dd1a9246b57bb270370971d427f7ab5ce5a /apioforum/templates | |
parent | 3da6c1d10434e7df445262df25d767b014bbd2b9 (diff) |
subforums work properly again now, i think
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/view_forum.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index 9dc4227..3529caa 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -9,8 +9,9 @@ {%block nmcontent%} <main class="widemain"> +{% if forum.description %} {{forum.description|md|safe}} - +{% endif %} {% if subforums %} <h2>subforae</h2> |