aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-07-04 15:30:43 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-07-04 15:38:24 +0100
commit45aaf63033e7d4d24ba570f7460746fe28f9f59f (patch)
tree12c46eeff8c73aa68403cc4985ae16fafc1b4420 /templates/web/base/js
parent1ace947ac1e6f9b0fd3bdf3e8cd3dec6d4473f27 (diff)
Use static files for validation_rules.js.
No need for this to be generated via a template, it only differs occasionally by cobrand.
Diffstat (limited to 'templates/web/base/js')
-rw-r--r--templates/web/base/js/validation_rules.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/web/base/js/validation_rules.html b/templates/web/base/js/validation_rules.html
deleted file mode 100644
index 5295a53ca..000000000
--- a/templates/web/base/js/validation_rules.html
+++ /dev/null
@@ -1,5 +0,0 @@
- validation_rules = {
- title: { required: true },
- detail: { required: true },
- update: { required: true }
- };