blob: a31378fc2610a8ba26a2a4c13d52f4a6edb82a7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<body>
<p>Step {{ step }} of {{ step_count }}</p>
<form action="." method="post">
<table>
{{ form }}
</table>
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
<input type="submit">
</form>
</body>
</html>
|