summaryrefslogtreecommitdiffstats
path: root/templates/plainbase.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/plainbase.html')
-rw-r--r--templates/plainbase.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/plainbase.html b/templates/plainbase.html
index afeb8f9..5b209cf 100644
--- a/templates/plainbase.html
+++ b/templates/plainbase.html
@@ -1,4 +1,6 @@
{% 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" />
@@ -7,11 +9,7 @@
<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>
-<script type="text/javascript">
- $(function() {
- $( "#tabs" ).tabs();
- });
-</script>
+
{% block extrahead %}{% endblock %}
</head>
<body {% block bodyattrs %}{% endblock %}>