[acc course location] allow to locate course from the index page

This commit is contained in:
2021-08-18 16:25:56 +02:00
parent a0afaa568d
commit c16c517e97
4 changed files with 97 additions and 19 deletions

View File

@@ -16,4 +16,5 @@ module.exports = function(encore, entries)
encore.addEntry('page_household_edit_metadata', __dirname + '/Resources/public/page/household_edit_metadata/index.js');
encore.addEntry('page_person', __dirname + '/Resources/public/page/person/index.js');
encore.addEntry('page_accompanying_course_index_person_locate', __dirname + '/Resources/public/page/accompanying_course_index/person_locate.js');
};