{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

Add a new question

Add first the text of the question. In the next step you will be able to add the possible answers.

{% csrf_token %} {{ form|crispy }} Nevermind
{% endblock %}