/tests/regressiontests/formwizard/templates/forms/wizard.html
HTML | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | d1d36c45b0045717c2168e11adcc7225 MD5 | raw file
Possible License(s): BSD-3-Clause
- <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>