add a form to make a ling with 'add a participant' page

This commit is contained in:
2016-03-23 21:57:42 +01:00
parent 5c29e85e4e
commit e2decee8cb
5 changed files with 62 additions and 3 deletions

View File

@@ -13,3 +13,7 @@ chill_event_admin_role:
chill_event_admin_event_type:
resource: "@ChillEventBundle/Resources/config/routing/eventtype.yml"
prefix: /{_locale}/admin/event/event_type
chill_event_participation:
resource: "@ChillEventBundle/Resources/config/routing/participation.yml"
prefix: /{_locale}/event/participation

View File

@@ -0,0 +1,3 @@
chill_event_participation_new:
path: /new
defaults: { _controller: ChillEventBundle:Participation:new }