{% extends "testapp/base.html" %} {% block template_name %}testapp/editing_wizard.html{% endblock %} {% block content %}
{% if request.wizard.back_url %}

Back

{% endif %}
{% csrf_token %} {{ form.as_p }}

Edit prior answers

Hard-coded step URLs, so they only name real steps in the branching examples. Elsewhere they are a demonstration in themselves: a step URL is a claim, and one the run cannot reach redirects you back to where the wizard actually is.

{% endblock %}