From a9de2980577644b9660da978ff5c3d4981b821c9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 5 Feb 2023 01:58:19 -0500 Subject: [PATCH] Put import and export behind auth --- vrobbler/templates/scrobbles/scrobble_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 1030f1b..2871b90 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -7,10 +7,12 @@

Dashboard

+ {% if user.is_authenticated %}
+ {% endif %}