{% extends "testapp/base.html" %} {% block template_name %}testapp/single_step_wizard.html{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}