summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/io.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-21 11:58:38 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-21 11:58:38 -0400
commitad86bd2430b30ffb714345de75f3e4720f593b02 (patch)
tree33cb3c9e2447803331fd98fb2b329e7df469df0e /nfsw/templates/io.html
parent455d72b70e20c5ae9c2bfd69c1b4c5abce813ac6 (diff)
nfsw/templates/io.html: Add css and js template blocks.
Diffstat (limited to 'nfsw/templates/io.html')
-rw-r--r--nfsw/templates/io.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/nfsw/templates/io.html b/nfsw/templates/io.html
index 809dffb..dbfec7e 100644
--- a/nfsw/templates/io.html
+++ b/nfsw/templates/io.html
@@ -14,3 +14,11 @@
</div>
</div>
{% endblock %}
+
+{% block css %}
+<link rel="stylesheet" href="{{ url_for('static', filename='io.css') }}">
+{% endblock %}
+
+{% block js %}
+<script src="{{ url_for('static', filename='io.js') }}"></script>
+{% endblock %}