Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:23:23 +00:00
parent 1370317813
commit f20bd3842a

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>