Skip to content

Commit 3f0bc27

Browse files
committed
Revamp wording in no work flow-yet template to be less complicated and
actually cover the chair-of-one-group scenario, fix error output so it can't produce warnings if there are no errors - Legacy-Id: 3554
1 parent 76dd5aa commit 3f0bc27

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

ietf/templates/ietfworkflows/noworkflow_state_form.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@
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>

0 commit comments

Comments
 (0)