Typo fixes.
- Legacy-Id: 7254
This commit is contained in:
parent
49d5f1a010
commit
1c6c3835e8
|
@ -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)]
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
<p>If you are the submitter check your browser history to find this
|
||||
URL. You can share it with any person you need.</p>
|
||||
|
||||
<p>If you are one of the authors you can request the URL from wich
|
||||
<p>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:", " }}.</p>
|
||||
|
|
Loading…
Reference in a new issue