Skip to content
Snippets Groups Projects
Commit 7d20b0e6 authored by permcu's avatar permcu
Browse files

Fix route to coursebook-printout

parent dfcef6af
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
...@@ -4,7 +4,7 @@ from . import views ...@@ -4,7 +4,7 @@ from . import views
urlpatterns = [ urlpatterns = [
path( path(
"print/group/<int:id_>", "print/group/<int:id_>/",
views.full_register_for_group, views.full_register_for_group,
name="full_register_for_group" name="full_register_for_group"
), ),
......
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