{% extends "base.html" %} {% load rest_framework %} {% block title %}Stwórz turniej{% endblock %} {% block content %}

Stwórz turniej

Nazwa turnieju:
Próg zdawalności: {% for question in questions %}
{{ question.description }}
{% for answer in question.answers.all %} {% endfor %}
{% endfor %}
{% endblock %}