PageRenderTime 46ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/tests/regressiontests/formwizard/templates/forms/wizard.html

https://code.google.com/p/mango-py/
HTML | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | d1d36c45b0045717c2168e11adcc7225 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <html>
  2. <body>
  3. <p>Step {{ step }} of {{ step_count }}</p>
  4. <form action="." method="post">
  5. <table>
  6. {{ form }}
  7. </table>
  8. <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
  9. {{ previous_fields|safe }}
  10. <input type="submit">
  11. </form>
  12. </body>
  13. </html>