subscribe a person since listByPerson context (issue #19)

This commit is contained in:
2019-05-02 11:35:15 +02:00
parent aa9141be1d
commit ee8f303d25
11 changed files with 478 additions and 11 deletions

View File

@@ -95,6 +95,7 @@
</td>
</tr>
{% endfor %}
</tbody>
</table>
@@ -102,8 +103,12 @@
{{ chill_pagination(paginator) }}
{% endif %}
{#
{{ dump() }}
#}
<div style="margin-bottom: 1.5em; margin-top: 2.5em;">
{{ form_start(form_add_participation_by_event) }}
{{ form_widget(form_add_participation_by_event.event_id, { 'attr' : { 'style' : 'width: 25em; display:inline-block; ' } } ) }}
{{ form_widget(form_add_participation_by_event.submit, { 'attr' : { 'class' : 'sc-button bt-create' } } ) }}
{{ form_rest(form_add_participation_by_event) }}
{{ form_end(form_add_participation_by_event) }}
</div>
{% endblock %}