Skip to content
Snippets Groups Projects
Commit b4ba5ecc authored by Julian's avatar Julian
Browse files

fixed typo (failback → fallback)

parent 01b35b42
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -4,4 +4,4 @@ from django.shortcuts import render
@login_required
def fallback(request, *args, **kwargs):
return render(request, "timetable/failback.html")
return render(request, "timetable/fallback.html")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment