Files
TijdVoorDeTest/tvdt/quiz/templates/quiz/enter_name.html
2024-11-25 19:22:45 +01:00

8 lines
116 B
HTML

{% extends "quiz/base.html" %}
{% load crispy_forms_tags %}
{% block body %}
{% crispy form %}
{% endblock %}