diff --git a/ietf/liaisons/forms.py b/ietf/liaisons/forms.py index 89c0660d0..43f3b22dc 100644 --- a/ietf/liaisons/forms.py +++ b/ietf/liaisons/forms.py @@ -409,7 +409,7 @@ class OutgoingLiaisonForm(LiaisonForm): person = self.fake_person or self.person for i in self.hm.get_entities_for_person(person): all_entities += i[1] - # If the from entity is one in wich the user has full privileges the to entity could be anyone + # If the from entity is one in which the user has full privileges the to entity could be anyone if from_code in [i[0] for i in all_entities]: return to_code sdo_codes = ['sdo_%s' % i.pk for i in liaison_manager_sdos(person)] diff --git a/ietf/templates/submit/submission_status.html b/ietf/templates/submit/submission_status.html index b2b224ea5..a20e5e133 100644 --- a/ietf/templates/submit/submission_status.html +++ b/ietf/templates/submit/submission_status.html @@ -248,7 +248,7 @@
If you are the submitter check your browser history to find this URL. You can share it with any person you need.
-If you are one of the authors you can request the URL from wich +
If you are one of the authors you can request the URL from which you can modify or cancel this submission by clicking the next button. An email will then be sent to the authors and submitter (if submitter email was entered): {{ confirmation_list|join:", " }}.