aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich')
-rw-r--r--templates/web/zurich/header.html1
-rw-r--r--templates/web/zurich/js/validation_rules.html8
2 files changed, 1 insertions, 8 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html
index 071e4fad8..a5efaabda 100644
--- a/templates/web/zurich/header.html
+++ b/templates/web/zurich/header.html
@@ -23,6 +23,7 @@
<script src="[% start %][% version('/js/modernizr.custom.js') %]" charset="utf-8"></script>
[% INCLUDE 'common_header_tags.html' %]
+ <script src="[% start %][% version('/cobrands/zurich/validation_rules.js') %]"></script>
[% extra_js %]
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" charset="utf-8"></script>
diff --git a/templates/web/zurich/js/validation_rules.html b/templates/web/zurich/js/validation_rules.html
deleted file mode 100644
index d98bc1118..000000000
--- a/templates/web/zurich/js/validation_rules.html
+++ /dev/null
@@ -1,8 +0,0 @@
- validation_rules = {
- title: { required: true },
- detail: { required: true },
- email: { required: true },
- update: { required: true },
- phone: { required: true },
- rznvy: { required: true }
- };