diff options
Diffstat (limited to 'templates/web/fixmystreet-uk-councils')
-rw-r--r-- | templates/web/fixmystreet-uk-councils/footer_extra_js.html | 6 | ||||
-rw-r--r-- | templates/web/fixmystreet-uk-councils/report/new/after_photo.html | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/templates/web/fixmystreet-uk-councils/footer_extra_js.html b/templates/web/fixmystreet-uk-councils/footer_extra_js.html index 493902ef0..1e7a38f8a 100644 --- a/templates/web/fixmystreet-uk-councils/footer_extra_js.html +++ b/templates/web/fixmystreet-uk-councils/footer_extra_js.html @@ -1,2 +1,4 @@ -<script src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script> -<script src="[% version('/cobrands/fixmystreet-uk-councils/js.js') %]"></script> +[% scripts.push( + version('/js/OpenLayers.Projection.OrdnanceSurvey.js') + version('/cobrands/fixmystreet-uk-councils/js.js'), +) %] diff --git a/templates/web/fixmystreet-uk-councils/report/new/after_photo.html b/templates/web/fixmystreet-uk-councils/report/new/after_photo.html new file mode 100644 index 000000000..65a5768bb --- /dev/null +++ b/templates/web/fixmystreet-uk-councils/report/new/after_photo.html @@ -0,0 +1,8 @@ +<div class="description_tips" aria-label="[% loc('Tips for perfect photos') %]"> + <ul class="do"> + <li>[% loc('To help us locate the problem, include both a close-up and a wide shot') %]</li> + </ul> + <ul class="dont"> + <li>[% loc('Avoid personal information and vehicle number plates') %]</li> + </ul> +</div> |