Skip to content

Commit

Permalink
Merge pull request #103 from SmoFlaDru/dev-benno
Browse files Browse the repository at this point in the history
Small template name fix
  • Loading branch information
Bensge authored Jul 6, 2024
2 parents c164b5a + 3263b0b commit ff9126a
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 ff9126a

Please sign in to comment.