diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 8d12e01..52ffcb7 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -52,7 +52,7 @@
{% if user.is_authenticated %}
- {% if user.profile.lastfm_username %} + {% if user.profile.lastfm_username and not user.profile.lastfm_auto_import %}