From de14ecea222231721b4e721309acfd7492370afd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 20 Feb 2020 01:42:52 +0000 Subject: [PATCH] Fixing back mistaken chnage --- templates/dataformat/logbookentry.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/dataformat/logbookentry.html b/templates/dataformat/logbookentry.html index 875e0ba..4d4046b 100644 --- a/templates/dataformat/logbookentry.html +++ b/templates/dataformat/logbookentry.html @@ -9,9 +9,9 @@ {{date}} - {{expeditionyear}} {% if trip.caveOrLocation == "cave" %} -
{{trip.cave}}
+{{trip.cave}} {% else %} -
{{trip.location}}
+{{trip.location}} {% endif %} {% for person in persons %}