This commit is contained in:
krateng 2022-01-01 06:46:03 +01:00
parent 9370e62a47
commit f16334aaac
2 changed files with 6 additions and 3 deletions

View File

@ -22,9 +22,9 @@
['settings','Settings'],
['apikeys','API Keys'],
['manual','Manual Scrobbling'],
['issues','Database Maintenance'],
['import','Scrobble Import']
['issues','Database Maintenance']
] %}
{# ['import','Scrobble Import'] hide page for now #}
{% if page=='admin_' + tab_url %}
<span style="opacity:0.5;">{{ tab_name }}</span>
{% else %}

View File

@ -48,7 +48,10 @@
<div class="footer">
<div>
<span>Get your own Maloja scrobble server on <a target="_blank" rel="noopener noreferrer" href="https://pypi.org/project/malojaserver/">PyPI</a></span>
<span>Get your own charts on
<a target="_blank" rel="noopener noreferrer" href="https://pypi.org/project/malojaserver/">PyPI</a> or
<a target="_blank" rel="noopener noreferrer" href="https://hub.docker.com/r/krateng/maloja">Dockerhub</a>
</span>
</div>
<div>
<a href="/"><span style="font-weight:bold;">Maloja {% if settings["DEV_MODE"] %}[Developer Mode]{% endif %}</span></a>