menus and logbook

This commit is contained in:
Expo laptop Crowley 2023-07-05 21:54:25 +02:00
parent 4158f5ba63
commit 7b8e93cdb5
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ LOGBOOK_PARSER_SETTINGS = {
LOGBOOKS_DIR = "years" # subfolder of settings.EXPOWEB
ENTRIES = {
"2023": 0,
"2023": 1,
"2022": 90,
"2019": 55,
"2018": 95,

View File

@ -53,8 +53,8 @@
<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/2022">Wallets(2022)</a> |
<a href="{% url "expedition" 2022 %}">Expo(2022)</a> |
<a href="/wallets/year/2023">Wallets(2023)</a> |
<a href="{% url "expedition" 2023 %}">Expo(2023)</a> |
<a href="{% url "controlpanel" %}">Control panel</a> |
</div>