Files
TijdVoorDeTest/templates/quiz/select_season.html.twig
T
Marijn 466f0aeb54 Improve quiz layout: add fixed topbar, include navigation, and clean up unused elements
- Add `.quiz-topbar` with fixed positioning and spacing in `quiz.scss`
- Update `base.html.twig` to include `quiz/nav.html.twig` in a new `nav` block
- Remove unused "Manage Quiz" button from `select_season.html.twig`
2026-07-02 21:48:37 +02:00

7 lines
144 B
Twig

{% extends 'quiz/base.html.twig' %}
{% block body %}
<div class="quiz-form-narrow">
{{ form(form) }}
</div>
{% endblock body %}