summaryrefslogtreecommitdiff
path: root/templates/base.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html.jinja')
-rw-r--r--templates/base.html.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html.jinja b/templates/base.html.jinja
index d7ec692..82d584c 100644
--- a/templates/base.html.jinja
+++ b/templates/base.html.jinja
@@ -308,7 +308,7 @@ code in a proprietary work, I am not going to enforce this in court.
</head>
<body>
{% block body %}
- <div id="main">{% block main required %}{% endblock %}</div>
+ <div id="main">{% block main %}{% endblock %}</div>
{% endblock body %}
</body>
</html>