diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 16:26:19 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 16:26:19 +0300 |
commit | b2d8b218224f0a08f2e01c33ae8f5e8fb8a9429f (patch) | |
tree | d881352c43d4e2e01fd8491b46dfaa2f0334eff5 /templates | |
parent | b2a26be8c8a23ce846a5459c1164c9560367c5c9 (diff) | |
download | troggle-b2d8b218224f0a08f2e01c33ae8f5e8fb8a9429f.tar.gz troggle-b2d8b218224f0a08f2e01c33ae8f5e8fb8a9429f.tar.bz2 troggle-b2d8b218224f0a08f2e01c33ae8f5e8fb8a9429f.zip |
update 2019 to 2022
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 8 | ||||
-rw-r--r-- | templates/walletform.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index a25e13c..60e1b24 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,19 +37,19 @@ <a href="{% url "dwgupload" %}">Upload Drawings</a> | <a href="{% url "photoupload" %}">Upload Photos</a> | <a href="/1623/290/290">290 (FGH)</a> | - <a href="/1626/359/359">359 (Homecoming)</a> | + <a href="/1623/264/264.html">264 (Balkonhöhle)</a> | <br> <a href="{% url "dataissues" %}">Data Issues</a> | <a href="/handbook/computing/todo-data.html">tasks to do </a> | <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | - <a id="qmsLink" href="{% url "caveQMs" "1623-161" %}">QMs</a> | + <a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> | <a id="entsLink" href="{% url "eastings" %}">ents</a> | <a id="folklink" href="/folk">expoers</a> | <a id="caversLink" href="{% url "notablepersons" %}">survey lengths</a> | <a href="{% url "stats" %}">statistics</a> | - <a href="/wallets/year/2019">Wallets(2019)</a> | - <a href="{% url "expedition" 2019 %}">Expo(2019)</a> | + <a href="/wallets/year/2022">Wallets(2022)</a> | + <a href="{% url "expedition" 2022 %}">Expo(2022)</a> | <a href="{% url "controlpanel" %}">import/export</a> | <a href="/admin/">Django admin</a> </div> diff --git a/templates/walletform.html b/templates/walletform.html index ed9b046..0cd55a4 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -18,7 +18,7 @@ <input label = "WalletGoto" name = "walletgoto" size="7" title="Wallet name to go to directly" - placeholder="2022#42" placeholder="2022#42" /> + placeholder="2022#42" value="2022#42" /> </form> |