Skip to content

Commit

Permalink
Small template name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensge committed Jul 6, 2024
1 parent 04c0a50 commit 3263b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spybot/views/fragments/activity_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 3263b0b

Please sign in to comment.