Add trans
This commit is contained in:
parent
5fff6b1510
commit
a2fa61bfd8
2 changed files with 58 additions and 54 deletions
|
@ -140,6 +140,7 @@ class AddOrganizationMemberForm(ModelForm):
|
|||
max_length=65536,
|
||||
widget=forms.Textarea,
|
||||
help_text=_("Enter usernames separating by space"),
|
||||
label=_("New users"),
|
||||
)
|
||||
|
||||
def clean(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue