mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01: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 %} |