diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zerotb/around/location_error.html | 8 |
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> + |