From dbe9c7ecb157196ed201d94d4159abfb034240ff Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 26 Mar 2014 18:02:35 +0000 Subject: Improve location out of area error for ZeroTB --- templates/web/zerotb/around/location_error.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/web/zerotb/around/location_error.html 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 @@ +

+[% IF location_error_no_areas %] + [% loc('This location seems to be outside the Dehli area.') %] +[% ELSE %] + [% location_error %] +[% END %] +

+ -- cgit v1.2.3