diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dataformat/logbookentry.html | 4 |
1 files 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 @@ <span class="date">{{date}}</span> - <span class="expeditionyear">{{expeditionyear}}</span> {% if trip.caveOrLocation == "cave" %} -<span class="cave"><pre>{{trip.cave}}</pre></span> +<span class="cave">{{trip.cave}}</span> {% else %} -<span class="location"><pre>{{trip.location}}</pre></span> +<span class="location">{{trip.location}}</span> {% endif %} {% for person in persons %} |