datatracker/ietf/templates/mailinglists/nwg_wizard.html
Bill Fenner 41b788ad30 Rearrange nwg model to get the fields in the right order.
Allow nwg wizard to have a per-step template.

Write templates for step 0 and add/edit step 1.
 - Legacy-Id: 149
2007-05-22 19:56:20 +00:00

15 lines
370 B
HTML

{% extends "mailinglists/nwg_wizard_base.html" %}
{% block nwgcontent %}
<form action="." method="POST">
FORM( {{ step }} ):<table> {{ form }} </table>
step_info : <input type="hidden" name="{{ step_field }}" value="{{ step }}" />
previous_fields: {{ previous_fields }}
<input type="submit">
</form>
{% endblock %}