mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-23 20:37:45 +00:00
#16 fix errors and some design regressions in eventBundle
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
{% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %}
|
||||
|
||||
{% block event_content -%}
|
||||
<div class="col-10">
|
||||
<h1>{{ 'Participation Edit'|trans }}</h1>
|
||||
|
||||
<table>
|
||||
<table class="table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{{ 'Associated event'|trans }} </th>
|
||||
@@ -18,11 +19,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>{{ 'Participations'|trans }}</h2>
|
||||
<h2 class="mt-5">{{ 'Participations'|trans }}</h2>
|
||||
|
||||
{{ form_start(form) }}
|
||||
|
||||
<table>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ 'Person'|trans }}</th>
|
||||
@@ -59,4 +60,5 @@
|
||||
</ul>
|
||||
|
||||
{{ form_end(form) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user