mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-04 22:50:15 +02:00
9 lines
172 B
HTML
9 lines
172 B
HTML
{% extends "quiz/base.html" %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block body %}
|
|
|
|
<p>{{ season.name }} ({{ season.season_code }})</p>
|
|
{% crispy form %}
|
|
|
|
{% endblock %} |