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