Skip to content
Snippets Groups Projects
Commit 30a847de authored by permcu's avatar permcu Committed by permcu
Browse files

Change url of coursebook-printout

parent c601a021
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -77,16 +77,16 @@ export default {
fullWidth: true,
},
},
{
path: "print/group/:groupId/",
component: () => import("aleksis.core/components/LegacyBaseTemplate.vue"),
name: "alsijil.coursebook_print",
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
},
],
},
{
path: "print/group/:groupId/",
component: () => import("aleksis.core/components/LegacyBaseTemplate.vue"),
name: "alsijil.coursebook_print",
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
},
{
path: "extra_marks/",
component: () => import("./components/extra_marks/ExtraMarks.vue"),
......
......@@ -4,7 +4,7 @@ from . import views
urlpatterns = [
path(
"coursebook/print/group/<int:id_>",
"print/group/<int:id_>",
views.register_for_group,
name="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