Skip to content

Commit 64c5ef1

Browse files
ghwoodNGPixelrjsparks
authored
fix: clarify replace wording (ietf-tools#8244)
* Clarify "Replace" in I-D submission form Update help text In the "Replacement Information" section of the "Status" tab * refactor: update node, eslint, neostandard + fix esm (ietf-tools#8083) * chore: update dependencies * fix: eslint + neostandard * fix: add corepack prompt env var to init script * docs: Update README.md --------- Co-authored-by: Robert Sparks <rjsparks@nostrum.com> * ci: update base image target version to 20241114T1703 * ci: fix tests.yml workflow * fix: clarify "Replace" in I-D submission form ietf-tools#8205 update quote syntax issue on previous update help text In the "Replacement Information" section of the "Status" tab to fix ietf-tools#8059 * Revert "refactor: update node, eslint, neostandard + fix esm (ietf-tools#8083)" This reverts commit 649879e. * Revert "ci: update base image target version to 20241114T1703" This reverts commit f111440. * Revert "ci: fix tests.yml workflow" This reverts commit 3923132. * Update forms.py --------- Co-authored-by: Nicolas Giard <github@ngpixel.com> Co-authored-by: Robert Sparks <rjsparks@nostrum.com> Co-authored-by: NGPixel <NGPixel@users.noreply.github.com>
1 parent b39b80f commit 64c5ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def clean_name(self):
502502
return name
503503

504504
class ReplacesForm(forms.Form):
505-
replaces = SearchableDocumentsField(required=False, help_text="Any Internet-Drafts that this document replaces (approval required for replacing an Internet-Draft you are not the author of)")
505+
replaces = SearchableDocumentsField(required=False, help_text='Do not enter anything here if you are only submitting the next version of your Internet-Draft. Only enter items here if this submission is intended to replace an I-D with a different name. A typical use of this field is to note what individual I-Ds are replaced by a new -00 Working group I-D. Note that additional approval will be required to replace an I-D for which you are not an author.')
506506

507507
def __init__(self, *args, **kwargs):
508508
self.name = kwargs.pop("name")

0 commit comments

Comments
 (0)