File tree Expand file tree Collapse file tree
ietf/templates/mailinglists Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% extends "mailinglists/list_wizard_base.html" %}
22
3+ {# javascript to go with the list administrators multi-form #}
4+ {% if form.admins %}
5+ {% block head %}
6+ < script language ="javascript ">
7+
8+ function checkthis ( ) {
9+ if ( document . form_post [ "{{ step }}-admins_0" ] . checked == true ) {
10+ document . form_post [ "{{ step }}-admins_1" ] . value = document . form_post [ "{{ step }}-requestor_email" ] . value ;
11+ } else {
12+ document . form_post [ "{{ step }}-admins_1" ] . value = "" ;
13+ }
14+ }
15+
16+ </ script >
17+ {% endblock %}
18+ {% endif %}
19+
320{% block mlform %}
421{% for field in form %}
522{% if field.is_hidden %}
Original file line number Diff line number Diff line change 3131< img src ="/images/t_un.gif " border ="0 ">
3232</ td > </ tr >
3333</ table >
34- < form action =". " method ="POST ">
34+ < form action =". " method ="POST " name =" form_post " >
3535
3636 < h2 > Step {{ step|add:"1" }}:</ h2 >
3737< table bgcolor ="f3f8fd " cellpadding ="3 " cellspacing ="0 " border ="0 " width ="100% ">
You can’t perform that action at this time.
0 commit comments