aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-23 18:53:51 +0000
committerubq323 <ubq323>2021-06-23 18:53:51 +0000
commit4bb33e0c18b45ae0cc0f87438c8e0432cf6250c1 (patch)
tree44d981c03bee10a6943ccef10f3fdcf5d2592717 /apioforum/templates
parent06d03e2fd1145271271b6d971fe6657da5bcf400 (diff)
with the redesign, this doesn't need to be so wide any more, i thinksubforums
Diffstat (limited to 'apioforum/templates')
-rw-r--r--apioforum/templates/view_forum.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html
index 3529caa..96c51bb 100644
--- a/apioforum/templates/view_forum.html
+++ b/apioforum/templates/view_forum.html
@@ -7,8 +7,7 @@
{% endif %}
{%endblock%}
-{%block nmcontent%}
-<main class="widemain">
+{%block content%}
{% if forum.description %}
{{forum.description|md|safe}}
{% endif %}
@@ -81,5 +80,4 @@
{%endfor%}
</div>
-</main>
{%endblock%}