mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixes
This commit is contained in:
parent
9370e62a47
commit
f16334aaac
@ -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 %}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user