We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dcb0d commit 9467f84Copy full SHA for 9467f84
lms/lmsweb/views.py
@@ -330,7 +330,7 @@ def overview_status():
330
@webapp.route(f'/course/<int:course_id>/{routes.STATUS.strip("/")}/')
331
@managers_only
332
@login_required
333
-def status(course_id: Optional[int]):
+def status(course_id: int):
334
return render_template(
335
'status.html',
336
exercises=Solution.status(course_id),
0 commit comments