Skip to content

Commit

Permalink
Course: Fix duplicate route name
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Jan 8, 2024
1 parent c358151 commit 3fbd60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_plugin/pages/course.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def view_all_grades(dojo):
@course.route("/dojo/<dojo>/admin/grades.csv")
@dojo_route
@authed_only
def view_all_grades(dojo):
def download_all_grades(dojo):
if not dojo.course:
abort(404)

Expand Down

0 comments on commit 3fbd60c

Please sign in to comment.