diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/around.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/around.html b/templates/around.html index 395857d..38a2f7a 100644 --- a/templates/around.html +++ b/templates/around.html @@ -27,6 +27,11 @@ <div class="frontpage-menu"> <form class="inputcard" name="postcodeForm" id="postcodeForm"> <input type="search" id="pc" name="pc" placeholder="[% loc('Search or scroll the map') %]"> + <% if ( FMS.testing ) { %> + <div class="testing"> + [% loc('Test version. Reports will not be sent to the council.') %] + </div> + <% } %> </form> <a data-role="none" id="relocate" class="nodisplay"></a> |