Add quiz management features and improve UI

This commit is contained in:
2025-04-23 23:21:55 +02:00
parent 4e22feb256
commit 4712c01688
13 changed files with 646 additions and 262 deletions

View File

@@ -1,4 +1,5 @@
{% extends 'quiz/base.html.twig' %}
{% block body %}
{{ form(form) }}
<a href="{{ path('app_backoffice_index') }}" class="btn btn-outline-secondary">{{ 'Manage Quiz'|trans }}</a>
{% endblock body %}