This commit is contained in:
2026-03-09 19:56:25 +01:00
parent 6d3402b8e3
commit 4918f49445
17 changed files with 290 additions and 224 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends 'quiz/base.html.twig' %}
{% block body %}
{{ form(form) }}
<a href="{{ path('tvdt_backoffice_index') }}" class="btn btn-outline-secondary">{{ 'Manage Quiz'|trans }}</a>
<a href="{{ path('tvdt_backoffice_index') }}" class="btn btn-outline-secondary">{{ 'Manage quiz'|trans }}</a>
{% endblock body %}