diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-21 15:29:57 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-21 15:29:57 +0000 |
commit | d06af5b0ec5731897b3af16cde30bfa82d560cc8 (patch) | |
tree | 768fca3bc99ea6c728bbe2268a51fdbb20fe5127 /templates/base.html | |
parent | ec040824f632ca31e074fdba4dc535a10785ab75 (diff) | |
download | troggle-d06af5b0ec5731897b3af16cde30bfa82d560cc8.tar.gz troggle-d06af5b0ec5731897b3af16cde30bfa82d560cc8.tar.bz2 troggle-d06af5b0ec5731897b3af16cde30bfa82d560cc8.zip |
rearrange control panel
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 60e1b24..84676a5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,8 +50,8 @@ <a href="{% url "stats" %}">statistics</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> + <a href="{% url "controlpanel" %}">Control panel</a> | + </div> <div id="nav"> |