aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/js
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-12 09:49:39 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-12 09:49:39 +0100
commit668e85086b7bfdf4a0ec99a2bd9d06476e7eb9e6 (patch)
tree1439a24308aa06d09cc932fd8eb7d9875d1ed71a /templates/web/zurich/js
parent7fffbf2e562d9ede840c09f70e5495ac79890e4b (diff)
parent9727f3849c998216eb29ed2a7cbe78c85951e4b8 (diff)
Merge branch 'zurich-mandatory-telephone-number'
Diffstat (limited to 'templates/web/zurich/js')
-rw-r--r--templates/web/zurich/js/validation_rules.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/zurich/js/validation_rules.html b/templates/web/zurich/js/validation_rules.html
new file mode 100644
index 000000000..d98bc1118
--- /dev/null
+++ b/templates/web/zurich/js/validation_rules.html
@@ -0,0 +1,8 @@
+ validation_rules = {
+ title: { required: true },
+ detail: { required: true },
+ email: { required: true },
+ update: { required: true },
+ phone: { required: true },
+ rznvy: { required: true }
+ };