forked from expo/troggle
menus and logbook
This commit is contained in:
parent
4158f5ba63
commit
7b8e93cdb5
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user