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

Beautify url

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