From 6e885df1dd0c81a684caf0b732ee4318f1cc610e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 3 Mar 2023 02:32:32 -0500 Subject: [PATCH] Small fix to remove unused templatetag --- vrobbler/templates/scrobbles/scrobble_list.html | 1 - 1 file changed, 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 0af3697..ddf8b8b 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load humanize %} -{% load dictkey %} {% block head_extra %}