mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-04 22:50:15 +02:00
20c97d9cb5
- Add green square answer buttons styled after the TV show - Two-column answer grid for 6+ answers, single column on mobile - fit-content centering for question pages so block matches question width - Narrow fixed-width centering for form pages (enter name, select season)
8 lines
262 B
Twig
8 lines
262 B
Twig
{% extends 'quiz/base.html.twig' %}
|
|
{% block body %}
|
|
<div class="quiz-form-narrow">
|
|
{{ form(form) }}
|
|
<a href="{{ path('tvdt_backoffice_index') }}" class="btn btn-outline-secondary">{{ 'Manage Quiz'|trans }}</a>
|
|
</div>
|
|
{% endblock body %}
|