2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-13 13:51:48 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:23:23 +00:00
parent e8585bec42
commit b01fcc3a6d

@ -13,7 +13,7 @@
<h3>Notable caves</h3>
<ul>
{% for cave in notablecaves %}
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield() }}wrap </a> </li>
{% endfor %}
</ul>