aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-03-26 18:02:35 +0000
committerStruan Donald <struan@exo.org.uk>2014-04-08 13:21:14 +0100
commitdbe9c7ecb157196ed201d94d4159abfb034240ff (patch)
treeb069a6b759fe113ccfc3037755fb47b53007b872 /templates
parentac7443809e921594c2a5682c49ddf388cdb2598f (diff)
Improve location out of area error for ZeroTB
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zerotb/around/location_error.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/zerotb/around/location_error.html b/templates/web/zerotb/around/location_error.html
new file mode 100644
index 000000000..45428e723
--- /dev/null
+++ b/templates/web/zerotb/around/location_error.html
@@ -0,0 +1,8 @@
+<p class="form-error">
+[% IF location_error_no_areas %]
+ [% loc('This location seems to be outside the Dehli area.') %]
+[% ELSE %]
+ [% location_error %]
+[% END %]
+</p>
+