mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
Removed references to blue alliance standings, replaced with blue corp standings.
This commit is contained in:
parent
db0a4c235a
commit
c227695160
@ -7,7 +7,7 @@ from eveonline.managers import EveManager
|
|||||||
class UpdateKeyForm(forms.Form):
|
class UpdateKeyForm(forms.Form):
|
||||||
api_id = forms.CharField(max_length=254, required=True, label="Key ID")
|
api_id = forms.CharField(max_length=254, required=True, label="Key ID")
|
||||||
api_key = forms.CharField(max_length=254, required=True, label="Verification Code")
|
api_key = forms.CharField(max_length=254, required=True, label="Verification Code")
|
||||||
is_blue = forms.BooleanField(label="Blue to alliance", required=False)
|
is_blue = forms.BooleanField(label="Blue to corp", required=False)
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
if EveManager.check_if_api_key_pair_exist(self.cleaned_data['api_id']):
|
if EveManager.check_if_api_key_pair_exist(self.cleaned_data['api_id']):
|
||||||
@ -28,4 +28,4 @@ class UpdateKeyForm(forms.Form):
|
|||||||
self.cleaned_data['api_key']):
|
self.cleaned_data['api_key']):
|
||||||
raise forms.ValidationError(u'API supplied is not a full api key')
|
raise forms.ValidationError(u'API supplied is not a full api key')
|
||||||
|
|
||||||
return self.cleaned_data
|
return self.cleaned_data
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
NOTE: If you are part of the alliance do not check "Blue" this is for people who are blue to the
|
NOTE: If you are part of the corp do not check "Blue" this is for people who are blue to the
|
||||||
alliance
|
corp
|
||||||
but are not in it. Blue access is limited.
|
but are not in it. Blue access is limited.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user