aboutsummaryrefslogtreecommitdiff
path: root/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'views.py')
-rw-r--r--views.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/views.py b/views.py
index c647fac..c008052 100644
--- a/views.py
+++ b/views.py
@@ -96,5 +96,8 @@ def calendars(request, year_slug, timetable_slug, group_slug):
return render(request, "calendars.html", {"group": group, "groups": groups})
+def rooms(request):
+ return render(request, "index.html")
+
def ctx_processor(request):
return {"celcatsanitizer_version": edt.VERSION}