stepflow 0.0.8

Automatically generate user flows by defining the data needed
Documentation
1
2
3
4
5
6
7
8
9
10
11
{% extends "_form_base.html" %}

{% block title %}
Validating Email
{% endblock %}

{% block form_contents %}
  <p>
    Just sitting here, waiting for the email to be valid. Try advancing a couple more times.
  </p>
{% endblock %}