#16 fix errors and some design regressions in eventBundle

This commit is contained in:
2022-11-16 13:03:25 +01:00
parent 9623a35e6f
commit 928869666c
14 changed files with 101 additions and 84 deletions

View File

@@ -5,7 +5,7 @@
{% block title 'Remove participation'|trans %}
{% block event_content %}
<div class="col-10">
{{ include('@ChillMain/Util/confirmation_template.html.twig',
{
'title' : 'Remove participation'|trans,
@@ -15,6 +15,6 @@
'form' : delete_form
}
) }}
</div>
{% endblock %}