diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/expedition.html | 2 | ||||
-rw-r--r-- | templates/menu.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/expedition.html b/templates/expedition.html index ad6430d..c0b4724 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -37,7 +37,7 @@ an "<b>S</b>" for a survey trip. The colours of the "<b>T</b>" and "<b>S</b>" a <th>Caver</th> {% for d in dates %} <th> - {{d.day}} + {{d.day}}/{{d.month}} </th> {% endfor %} </tr> diff --git a/templates/menu.html b/templates/menu.html index 4b15a5f..69787e6 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -38,7 +38,7 @@ <ul><li><a href="/years/{{ year }}">{{ year }}</a></li></ul> {% endif %} <li><a href="/guidebook/areas.htm">Areas</a></li> -<li><a href="/expedition/2022">Troggle</a></li> +<li><a href="/expedition/2023">Troggle</a></li> <li><form name=P method=get action="/search" target="_top"> <input id="omega-autofocus" type=search name=P size=8 autofocus> <input type=submit value="Search"></form></li> |