diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-21 19:34:52 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-21 19:34:52 +0300 |
commit | c747664a26ba694b478d4d925aedd9cde5a250d9 (patch) | |
tree | 7010eec125fdad9856e510de304ac1fa79d2a0ed /templates/base.html | |
parent | 931c33cfdb498deaca00b4293f4290e5edb6a8a6 (diff) | |
download | troggle-c747664a26ba694b478d4d925aedd9cde5a250d9.tar.gz troggle-c747664a26ba694b478d4d925aedd9cde5a250d9.tar.bz2 troggle-c747664a26ba694b478d4d925aedd9cde5a250d9.zip |
Better links for 2022
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 34f6581..2661123 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,7 @@ <a href="/survexfile/">Survex</a> | <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "allwallets" %}">Scans</a> | - <a href="{% url "scanupload" '2021:01' %}">Upload Scans</a> | + <a href="{% url "scanupload" '2022:01' %}">Upload Scans</a> | <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="{% url "dwgupload" %}">Upload Drawings</a> | <a href="{% url "photoupload" %}">Upload Photos</a> | |