diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-18 13:38:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-18 13:38:57 +0100 |
commit | 9d594480435f860b5836c53e698e3562c63ee04b (patch) | |
tree | 7cebc9409df8ead390f0446b967a30208d7b7056 /src | |
parent | a90c65b290c40fa5fc0ff1cb5c310970a4eb8798 (diff) |
Do not mention if existing report has a location. For #52
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/existing.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/templates/en/existing.html b/src/templates/en/existing.html index e0f46ad..5e017e4 100644 --- a/src/templates/en/existing.html +++ b/src/templates/en/existing.html @@ -9,12 +9,8 @@ <div class="meta"> <p> - <% if (lat) { %> - Saved with a location - <% } %> - <% if ( category && category != '-- Pick a category --' ) { %> - in the <%= category %> category + Saved in the <%= category %> category <% } %> </p> |