mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 07:00:14 +02:00
466f0aeb54
- 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`
7 lines
144 B
Twig
7 lines
144 B
Twig
{% extends 'quiz/base.html.twig' %}
|
|
{% block body %}
|
|
<div class="quiz-form-narrow">
|
|
{{ form(form) }}
|
|
</div>
|
|
{% endblock body %}
|