From 3263b0bcd374197d9e7702ac6b3842c875c43c02 Mon Sep 17 00:00:00 2001 From: Benno Date: Sat, 6 Jul 2024 18:04:00 +0200 Subject: [PATCH] Small template name fix --- spybot/views/fragments/activity_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spybot/views/fragments/activity_chart.py b/spybot/views/fragments/activity_chart.py index 556d262..0bd851c 100644 --- a/spybot/views/fragments/activity_chart.py +++ b/spybot/views/fragments/activity_chart.py @@ -25,4 +25,4 @@ def activity_chart_data(request): def fragment(request): - return render(request, 'spybot/home/activity_chart.html', activity_chart_data(request)) + return render(request, 'spybot/home/activity_fragment.html', activity_chart_data(request))