From 9607fb2d1ec76df3f14a6080330fcade98b9b810 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 13 Jan 2023 16:52:45 -0500 Subject: [PATCH] Make way for more manual scrobbling options ... Next stop, sports games! --- vrobbler/apps/scrobbles/views.py | 2 +- vrobbler/templates/base.html | 4 ++-- vrobbler/urls.py | 10 +++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index feee2a0..94f9985 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/vrobbler/apps/scrobbles/views.py @@ -85,7 +85,7 @@ class RecentScrobbleList(ListView): ).order_by('-timestamp')[:15] -class ManualScrobbleView(FormView): +class ManualImdbScrobbleView(FormView): form_class = ScrobbleForm template_name = 'scrobbles/manual_form.html' diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index 2560ccc..d7a35f1 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -244,9 +244,9 @@ {% if user.is_authenticated %}