diff options
-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> <% } %> |