Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clarify replace wording #8244

Merged
merged 12 commits into from
Dec 5, 2024
2 changes: 1 addition & 1 deletion ietf/submit/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def clean_name(self):
return name

class ReplacesForm(forms.Form):
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)")
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.')

def __init__(self, *args, **kwargs):
self.name = kwargs.pop("name")
Expand Down
Loading