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

Change URL of week_view to match the week_select url requirements

parent c15e6c4c
No related branches found
No related tags found
1 merge request!73Resolve "Add week select to week view"
......@@ -9,7 +9,7 @@ urlpatterns = [
views.lesson,
name="lesson_by_week_and_period",
),
path("week", views.week_view, name="week_view"),
path("week/", views.week_view, name="week_view"),
path("week/<int:year>/<int:week>", views.week_view, name="week_view_by_week"),
path("week/<str:type_>/<int:id_>/", views.week_view, name="week_view"),
path(
......
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