aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/common_scripts.html
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2019-09-27 17:00:51 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-03 17:31:39 +0100
commit7e16c49ef7bb2e6fc284ece582f7a08722f52d70 (patch)
treead4dd7ca640050902cebebf12022e9e0de378f81 /templates/web/base/common_scripts.html
parent977a546cd51fa0e9d88451dcdfe59c68c9017e8d (diff)
Restructured admin category extra-metadata-form
* Much simplified display of metadata field options. * Fields can now be dragged into the desired order. * Drop-down question form disabling can now have a different message per option. Co-Authored-By: Matthew Somerville <matthew@mysociety.org>
Diffstat (limited to 'templates/web/base/common_scripts.html')
-rw-r--r--templates/web/base/common_scripts.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/common_scripts.html b/templates/web/base/common_scripts.html
index fd7011763..60775fcae 100644
--- a/templates/web/base/common_scripts.html
+++ b/templates/web/base/common_scripts.html
@@ -68,6 +68,7 @@ END;
IF admin;
scripts.push(
version('/cobrands/fixmystreet/admin.js'),
+ version('/vendor/html5sortable.min.js'),
);
END;