From ad86bd2430b30ffb714345de75f3e4720f593b02 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 21 Sep 2019 11:58:38 -0400 Subject: nfsw/templates/io.html: Add css and js template blocks. --- nfsw/templates/io.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ {% endblock %} + +{% block css %} + +{% endblock %} + +{% block js %} + +{% endblock %} -- cgit v1.2.3