mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
person: create a person with address (php form)
This commit is contained in:
@@ -22,4 +22,5 @@ module.exports = function(encore, entries)
|
||||
encore.addEntry('page_accompanying_course_index_masonry', __dirname + '/Resources/public/page/accompanying_course_index/masonry.js');
|
||||
encore.addEntry('page_person_resource_showhide_input', __dirname + '/Resources/public/page/person_resource/showhide-input.js');
|
||||
encore.addEntry('page_suggest_names', __dirname + '/Resources/public/page/person/suggest-names.js');
|
||||
encore.addEntry('page_create_person', __dirname + '/Resources/public/page/person/create-person.js');
|
||||
};
|
||||
|
Reference in New Issue
Block a user