From 3f7c6fdee0b1f906d0d89bfa5573b94977905a24 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 29 Sep 2012 01:58:04 +0200 Subject: added some javascript code to handle visiblity of service forms --- templates/base.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index df4658f..95384d9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,6 @@ {%- set styles = ['layout.css', 'bootstrap-form.css'] + styles|default([]) %} {%- set scripts = ['jquery-1.8.2.min.js'] + scripts|default([]) %} - - + {% if title %}{{ title }} – {% endif %}spline accounts @@ -60,5 +59,9 @@ {% endif %} {% block content %}{% endblock %} + + -- cgit v1.2.3-1-g7c22