Files
TijdVoorDeTest/templates/quiz/select_season.html.twig
Marijn Doeve f7b4b98da4
Some checks failed
CI / Tests (push) Failing after 10m32s
CI / Docker Lint (push) Successful in 9s
Refactor YAML and Twig files for consistent indentation and formatting
2025-03-05 22:47:59 +01:00

5 lines
94 B
Twig

{% extends 'quiz/base.html.twig' %}
{% block body %}
{{ form(form) }}
{% endblock body %}