Fixing back mistaken chnage

This commit is contained in:
Philip Sargent 2020-02-20 01:42:52 +00:00
parent f5174a3248
commit de14ecea22

View File

@ -9,9 +9,9 @@
<span class="date">{{date}}</span> - <span class="expeditionyear">{{expeditionyear}}</span> <span class="date">{{date}}</span> - <span class="expeditionyear">{{expeditionyear}}</span>
{% if trip.caveOrLocation == "cave" %} {% if trip.caveOrLocation == "cave" %}
<span class="cave"><pre>{{trip.cave}}</pre></span> <span class="cave">{{trip.cave}}</span>
{% else %} {% else %}
<span class="location"><pre>{{trip.location}}</pre></span> <span class="location">{{trip.location}}</span>
{% endif %} {% endif %}
{% for person in persons %} {% for person in persons %}