mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
8 lines
116 B
HTML
8 lines
116 B
HTML
{% extends "quiz/base.html" %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block body %}
|
|
|
|
{% crispy form %}
|
|
|
|
{% endblock %} |