aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/around
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-04-11 10:34:37 +0100
committerStruan Donald <struan@exo.org.uk>2014-04-11 10:34:37 +0100
commite6d0b61e1a406cc79a5a8390fc148b51d2e36e76 (patch)
tree5a1d2f8deb2d822a2e669249a46df0bfd2c77ed7 /templates/web/default/around
parent03244f1e7d9a03ab704f797a19893c1efdb2b1e6 (diff)
parentdbe9c7ecb157196ed201d94d4159abfb034240ff (diff)
Merge branch 'zerotb'
Diffstat (limited to 'templates/web/default/around')
-rw-r--r--templates/web/default/around/around_index.html2
-rw-r--r--templates/web/default/around/location_error.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/default/around/around_index.html b/templates/web/default/around/around_index.html
index a143e90a2..087abf65f 100644
--- a/templates/web/default/around/around_index.html
+++ b/templates/web/default/around/around_index.html
@@ -6,7 +6,7 @@
[% INCLUDE 'around/postcode_form.html' %]
[% IF location_error %]
- <p class="error">[% location_error %]</p>
+ [% INCLUDE 'around/location_error.html' %]
[% END %]
[% IF possible_location_matches %]
diff --git a/templates/web/default/around/location_error.html b/templates/web/default/around/location_error.html
new file mode 100644
index 000000000..9b907b64b
--- /dev/null
+++ b/templates/web/default/around/location_error.html
@@ -0,0 +1 @@
+<p class="error">[% location_error %]</p>