mirror of
https://github.com/django/django.git
synced 2024-11-19 07:54:07 +00:00
da0c6908e8
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
13 lines
310 B
HTML
13 lines
310 B
HTML
<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>
|