aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-04-22 11:56:05 +0100
committerStruan Donald <struan@exo.org.uk>2013-04-22 15:56:00 +0100
commit8daf5396fa0466cf22e7cfa6c1b0cfe7b3ccd690 (patch)
tree668da722060c678e8a9ba3039e192933afba87ad
parent8c591acae1bdb37892afac3f21e83a6a7deee402 (diff)
add indicator for existing report page that it has a location
-rw-r--r--www/templates/en/existing.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/templates/en/existing.html b/www/templates/en/existing.html
index b9cae75..85399e2 100644
--- a/www/templates/en/existing.html
+++ b/www/templates/en/existing.html
@@ -6,6 +6,10 @@
<h1>You have an unsubmitted report</h1>
<ul id="existing">
+ <% if (lat) { %>
+ <li>This report has a location</li>
+ <% } %>
+
<% if ( title ) { %>
<li>title: <%= title %></li>
<% } %>