forked from expo/troggle
Fixing back mistaken chnage
This commit is contained in:
parent
f5174a3248
commit
de14ecea22
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user