aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web')
-rw-r--r--templates/web/angus/maps/fms.html3
-rw-r--r--templates/web/base/report/new/category_wrapper.html8
-rw-r--r--templates/web/bristol/footer_extra_js.html4
3 files changed, 10 insertions, 5 deletions
diff --git a/templates/web/angus/maps/fms.html b/templates/web/angus/maps/fms.html
index a47a5a6e3..aed4d1764 100644
--- a/templates/web/angus/maps/fms.html
+++ b/templates/web/angus/maps/fms.html
@@ -4,7 +4,8 @@
<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script>
<script type="text/javascript" src="[% version('/js/map-bing-ol.js') %]"></script>
<script type="text/javascript" src="[% version('/js/map-fms.js') %]"></script>
-<script src="[% version('/cobrands/angus/position_map.js') %]" charset="utf-8"></script>
+<script src="[% version('/cobrands/fixmystreet/assets.js') %]"></script>
+<script src="[% version('/cobrands/angus/js.js') %]"></script>
[% END %]
[% map_html = INCLUDE maps/openlayers.html include_key = 1 %]
diff --git a/templates/web/base/report/new/category_wrapper.html b/templates/web/base/report/new/category_wrapper.html
index 85b085999..9f628c44e 100644
--- a/templates/web/base/report/new/category_wrapper.html
+++ b/templates/web/base/report/new/category_wrapper.html
@@ -1,8 +1,7 @@
+<div id="form_category_row">
[% IF js %]
- <div id="form_category_row">
- <label for="form_category">[% loc('Category') %]</label>
- <select class="form-control" name="category" id="form_category" required><option>[% loc('Loading...') %]</option></select>
- </div>
+ <label for="form_category">[% loc('Category') %]</label>
+ <select class="form-control" name="category" id="form_category" required><option>[% loc('Loading...') %]</option></select>
[% ELSE %]
[% IF category_options.size %]
[% IF field_errors.category %]
@@ -11,6 +10,7 @@
[% PROCESS "report/new/category.html" %]
[% END %]
[% END %]
+</div>
[%- IF category_extras %]
[% PROCESS "report/new/category_extras.html" %]
diff --git a/templates/web/bristol/footer_extra_js.html b/templates/web/bristol/footer_extra_js.html
new file mode 100644
index 000000000..6ba5e3100
--- /dev/null
+++ b/templates/web/bristol/footer_extra_js.html
@@ -0,0 +1,4 @@
+<script src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script>
+<script src="[% version('/cobrands/fixmystreet-uk-councils/js.js') %]"></script>
+<script src="[% version('/cobrands/fixmystreet/assets.js') %]"></script>
+<script src="[% version('/cobrands/bristol/js.js') %]"></script>