summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 22:02:59 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 22:02:59 -0400
commit447a8b3b9f48ad3e758ff1279be964ca84b98014 (patch)
tree99174fd1f3ea3f4c231117a6b64e9707fc991464 /nfsw/templates
parent439f2cdd5a6826d26749ebe698abc6bfe7cf8fa6 (diff)
nfsw/templates: Update base.html
* nfsw/templates/base.html: Remove JS declarations. Add 'js' template block.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/base.html3
1 files changed, 1 insertions, 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 @@
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
</head>
<body>
- <script src="{{ url_for('static', filename='jquery.js') }}"></script>
- <script src="{{ url_for('static', filename='nfsw.js') }}"></script>
+ {% block js %}{% endblock %}
<section class="content">
{% block content %}{% endblock %}