diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-22 11:56:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-22 15:56:00 +0100 |
commit | 8daf5396fa0466cf22e7cfa6c1b0cfe7b3ccd690 (patch) | |
tree | 668da722060c678e8a9ba3039e192933afba87ad | |
parent | 8c591acae1bdb37892afac3f21e83a6a7deee402 (diff) |
add indicator for existing report page that it has a location
-rw-r--r-- | www/templates/en/existing.html | 4 |
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> <% } %> |