From 3f0bc27e0a679617c09bf72def5e3bd58da19d00 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 1 Nov 2011 15:23:12 +0000 Subject: [PATCH] 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 --- .../ietfworkflows/noworkflow_state_form.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ietf/templates/ietfworkflows/noworkflow_state_form.html b/ietf/templates/ietfworkflows/noworkflow_state_form.html index cd8cbb5bd..010d81c79 100644 --- a/ietf/templates/ietfworkflows/noworkflow_state_form.html +++ b/ietf/templates/ietfworkflows/noworkflow_state_form.html @@ -5,20 +5,17 @@
- {{ form.errors.comment }} + {{ form.comment.errors }} Comment: *
- {{ form.errors.weeks }} + {{ form.weeks.errors }} Estimated time in 'Call for Adoption by WG Issued': (in weeks)
-

- You can manage different WGs, please select the WG in wich you want to call for adoption this draft -

- {{ form.errors.wg }} - Select a WG: {{ form.wg }} + Adopt in WG: {{ form.wg }} + {{ form.wg.errors }}