File tree Expand file tree Collapse file tree
ietf/templates/ietfworkflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55</ tr >
66< tr style ="vertical-align: top; "> < td style ="width: 50%; ">
77 < div class ="field{% if form.errors.comment %} error{% endif %} ">
8- {{ form.errors. comment }}
8+ {{ form.comment.errors }}
99 Comment: < span class ="required "> *</ span > < br />
1010 < textarea name ="comment "> {{ form.data.comment }}</ textarea >
1111 </ div >
1212 < div class ="field{% if form.errors.weeks %} error{% endif %} ">
13- {{ form.errors. weeks }}
13+ {{ form.weeks.errors }}
1414 Estimated time in 'Call for Adoption by WG Issued': < input type ="text " name ="weeks " value ="{{ form.data.weeks }} " /> (in weeks)
1515 </ div >
1616 < div class ="field{% if form.errors.wg %} error{% endif %} ">
17- < p >
18- You can manage different WGs, please select the WG in wich you want to call for adoption this draft
19- </ p >
20- {{ form.errors.wg }}
21- Select a WG: {{ form.wg }}
17+ Adopt in WG: {{ form.wg }}
18+ {{ form.wg.errors }}
2219 </ div >
2320 < input type ="submit " name ="change " value ="Call for adoption " />
2421</ td > </ tr >
You can’t perform that action at this time.
0 commit comments