mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 21:10:17 +02:00
typos fixed
This commit is contained in:
parent
d45d2a38d4
commit
7aa3a19ba5
@ -10,7 +10,7 @@ class SignatureForm(forms.Form):
|
||||
|
||||
system = forms.CharField(max_length=254, required=True, label='System')
|
||||
ident = forms.CharField(max_length=254, required=True, label="ID")
|
||||
sigtype = forms.ChoiceField(choices=sigtype, required=True, label="Signiture Type")
|
||||
sigtype = forms.ChoiceField(choices=sigtype, required=True, label="Signature Type")
|
||||
destination = forms.CharField(max_length=254, label="destination", required=True, initial="")
|
||||
status = forms.ChoiceField(choices=status, required=True, label="Status")
|
||||
notes = forms.CharField(max_length=254, label="Notes", required=False, initial="")
|
||||
|
Loading…
x
Reference in New Issue
Block a user