Messing with millenialcaves.html or similar

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

View File

@ -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>