From 447a8b3b9f48ad3e758ff1279be964ca84b98014 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:02:59 -0400 Subject: nfsw/templates: Update base.html * nfsw/templates/base.html: Remove JS declarations. Add 'js' template block. --- nfsw/templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nfsw/templates/base.html b/nfsw/templates/base.html index 008916d..a686d0c 100644 --- a/nfsw/templates/base.html +++ b/nfsw/templates/base.html @@ -6,8 +6,7 @@ - - + {% block js %}{% endblock %}
{% block content %}{% endblock %} -- cgit v1.2.3