datatracker/ietf/templates/mailinglists/nwg_wizard.html
Bill Fenner b8aa94d007 Add preview and done to NonWgWizard.
- Legacy-Id: 161
2007-05-24 17:29:05 +00:00

17 lines
409 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>
clean_forms: {{ clean_forms|escape }}
{% endblock %}