Added Gedmo stuff, fix translations

This commit is contained in:
2026-05-23 12:32:33 +02:00
parent c033965652
commit e9b2b8c344
17 changed files with 180 additions and 102 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
{% block body %}
<div class="row">
<div class="col-md-6 col-12">
<h2 class="mb-3">{{ t('Add a quiz to %name%', {'%name%': season.name})|trans }} </h2>
<h2 class="mb-3">{{ t('Add a quiz to {name}', {name: season.name})|trans }} </h2>
{{ form_start(form) }}
{{ form_row(form.name) }}
{{ form_row(form.sheet) }}