summaryrefslogtreecommitdiffstats
path: root/templates/plainbase.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2021-10-25 00:04:02 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2021-10-25 00:04:02 +0300
commit5807e4a873fc2a7e7ff554b6f6da228a4c2bc103 (patch)
tree102d7c3f67d4faf30957508dbb3f5a38b3fdbc57 /templates/plainbase.html
parentf9e8cf60bc4880f90293dfaf1abd5aee23b9a5a3 (diff)
downloadtroggle-5807e4a873fc2a7e7ff554b6f6da228a4c2bc103.tar.gz
troggle-5807e4a873fc2a7e7ff554b6f6da228a4c2bc103.tar.bz2
troggle-5807e4a873fc2a7e7ff554b6f6da228a4c2bc103.zip
tidying unused and unavailable JSLIB bits
Diffstat (limited to 'templates/plainbase.html')
-rw-r--r--templates/plainbase.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/plainbase.html b/templates/plainbase.html
deleted file mode 100644
index 5b209cf..0000000
--- a/templates/plainbase.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% autoescape off %}
-<!-- svxfile.html - this text visible because this template has been included -->
-<!-- This is ONLY used by templates/prospecting.html -->
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>{% block title %}{% endblock %}</title>
-<link rel="stylesheet" type="text/css" href="/css/main2.css" />
-<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" />
-<script src="{{ settings.JSLIB_URL }}jquery/jquery.min.js" type="text/javascript"></script>
-<script src="{{ settings.JSLIB_URL }}jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
-
-{% block extrahead %}{% endblock %}
-</head>
-<body {% block bodyattrs %}{% endblock %}>
-{% block body %}{% endblock %}
-</body>
-</html>
-{% endautoescape %}