diff options
author | ubq323 <ubq323> | 2021-06-24 01:04:11 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-24 01:04:11 +0000 |
commit | d1bb2fa1b24ecaa54e1a9fc0cfd95aaa9a4907c9 (patch) | |
tree | 08789595ac416fcb0b331bf451f1b3789a47fb74 /apioforum/templates | |
parent | ebe4f5ed73c1bf3641907420c061dfe047e6a9a8 (diff) |
unwideify the trunk as well
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/view_forum.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index d1489c8..b27088d 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -1,8 +1,7 @@ {% extends 'base.html' %} {% from 'common.html' import ts, tag, disp_user, post_url %} {% block header %}<h1>{% block title %}apioforum{%endblock%}</h1>{%endblock%} -{%block nmcontent%} -<main class="widemain"> +{%block content%} <p>welcome to the apioforum</p> <p>forum rules: do not be a bad person. do not do bad things.</p> {% if g.user %} @@ -47,5 +46,4 @@ </div> {%endfor%} </div> -</main> {%endblock%} |