[templates] Add chart link to homepage
This commit is contained in:
@ -59,6 +59,9 @@
|
|||||||
<div class="btn-group me-2">
|
<div class="btn-group me-2">
|
||||||
<a href="{% url 'admin:index' %}" class="btn btn-sm btn-outline-secondary">Admin</a>
|
<a href="{% url 'admin:index' %}" class="btn btn-sm btn-outline-secondary">Admin</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="btn-group me-2">
|
||||||
|
<a href="{% url 'charts:charts-home' %}" class="btn btn-sm btn-outline-secondary">Charts</a>
|
||||||
|
</div>
|
||||||
<div class="btn-group me-2">
|
<div class="btn-group me-2">
|
||||||
{% if user.profile.lastfm_username and not user.profile.lastfm_auto_import %}
|
{% if user.profile.lastfm_username and not user.profile.lastfm_auto_import %}
|
||||||
<form action="{% url 'scrobbles:lastfm-import' %}" method="get">
|
<form action="{% url 'scrobbles:lastfm-import' %}" method="get">
|
||||||
|
|||||||
Reference in New Issue
Block a user