Skip to content
Snippets Groups Projects
Commit df89ec50 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into '173-substitutions-empty-teacher-drop-down'

# Conflicts:
#   CHANGELOG.rst
parents 0857014c 12480f5b
No related branches found
No related tags found
1 merge request!260Resolve "Substitutions: Empty teacher drop-down"
Pipeline #74465 passed with warnings
...@@ -27,6 +27,7 @@ Fixed ...@@ -27,6 +27,7 @@ Fixed
* Lessons weren't shown as cancelled on teacher or room timetables * Lessons weren't shown as cancelled on teacher or room timetables
if events had replaced them. if events had replaced them.
* The teacher dropdown in the substitution edit form did not contain suggestions. * The teacher dropdown in the substitution edit form did not contain suggestions.
* The URLs containing the term "substitution" were missspelled.
`2.3`_ - 2022-03-21 `2.3`_ - 2022-03-21
------------------- -------------------
......
...@@ -34,12 +34,12 @@ urlpatterns = [ ...@@ -34,12 +34,12 @@ urlpatterns = [
name="lessons_day_by_date", name="lessons_day_by_date",
), ),
path( path(
"lessons/<int:id_>/<int:week>/substition/", "lessons/<int:id_>/<int:week>/substitution/",
views.edit_substitution, views.edit_substitution,
name="edit_substitution", name="edit_substitution",
), ),
path( path(
"lessons/<int:id_>/<int:week>/substition/delete/", "lessons/<int:id_>/<int:week>/substitution/delete/",
views.delete_substitution, views.delete_substitution,
name="delete_substitution", name="delete_substitution",
), ),
......
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