summaryrefslogtreecommitdiffstats
path: root/templates/plainbase.html
diff options
context:
space:
mode:
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 %}