From a739c428b0d78b8d128c4a40a001151451c48908 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 13:34:46 -0400 Subject: nfsw/templates/base.html: Use 'div' for "content" block instead of 'section'. --- nfsw/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfsw/templates/base.html b/nfsw/templates/base.html index 771f2d3..2f57c95 100644 --- a/nfsw/templates/base.html +++ b/nfsw/templates/base.html @@ -12,8 +12,8 @@ {% block js %}{% endblock %} -
+
{% block content %}{% endblock %} -
+ -- cgit v1.2.3