diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-06-29 13:16:42 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-06-29 13:16:42 +0300 |
commit | 823ef5b7e7b3dfa6ddf6226da838f8b4aa9a9932 (patch) | |
tree | 3f95b6a342bc08505f74f2b24492079d732cd5d5 | |
parent | 501692586d1a4191eb4229e35c0f0a2655faf982 (diff) | |
download | troggle-823ef5b7e7b3dfa6ddf6226da838f8b4aa9a9932.tar.gz troggle-823ef5b7e7b3dfa6ddf6226da838f8b4aa9a9932.tar.bz2 troggle-823ef5b7e7b3dfa6ddf6226da838f8b4aa9a9932.zip |
add {{year}}
-rw-r--r-- | templates/survexfilewild.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/survexfilewild.html b/templates/survexfilewild.html index ce95276..da01768 100644 --- a/templates/survexfilewild.html +++ b/templates/survexfilewild.html @@ -5,7 +5,7 @@ -<h1>'Wild' Survex files</h1> +<h1>'Wild' Survex files {{year}}</h1> <p> {% for otherexpedition in expeditions %} | <a <a href="/survexfilewild/{{ otherexpedition.year }}">{{otherexpedition.year}}</a> |