musik/game/templates/game/musikgame_form.html

8 lines
185 B
HTML

{% extends "base.html" %}
{% load form %}
{% block content %}
<h1>
<i class="ri-group-2-fill"></i> {{ group.name }}
</h1>
{% form form %}
{% endblock content %}