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>