diff --git a/schoolapps/timetable/fallback_view.py b/schoolapps/timetable/fallback_view.py index 53992afd93c119eb56aa4b5a5e36a97476abf1d5..50103287eeeaca9b276334e10da09da74f31b2bf 100644 --- a/schoolapps/timetable/fallback_view.py +++ b/schoolapps/timetable/fallback_view.py @@ -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") diff --git a/schoolapps/timetable/templates/timetable/failback.html b/schoolapps/timetable/templates/timetable/fallback.html similarity index 100% rename from schoolapps/timetable/templates/timetable/failback.html rename to schoolapps/timetable/templates/timetable/fallback.html