From c227695160c33893c79673b9a1db99bbf2dd15cc Mon Sep 17 00:00:00 2001
From: Adarnof
Date: Fri, 18 Sep 2015 03:53:37 +0000
Subject: [PATCH] Removed references to blue alliance standings, replaced with
blue corp standings.
---
eveonline/forms.py | 4 ++--
templates/registered/addapikey.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/eveonline/forms.py b/eveonline/forms.py
index 44b1138e..c0b6c17e 100644
--- a/eveonline/forms.py
+++ b/eveonline/forms.py
@@ -7,7 +7,7 @@ from eveonline.managers import EveManager
class UpdateKeyForm(forms.Form):
api_id = forms.CharField(max_length=254, required=True, label="Key ID")
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):
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']):
raise forms.ValidationError(u'API supplied is not a full api key')
- return self.cleaned_data
\ No newline at end of file
+ return self.cleaned_data
diff --git a/templates/registered/addapikey.html b/templates/registered/addapikey.html
index 8661466d..d39478c3 100644
--- a/templates/registered/addapikey.html
+++ b/templates/registered/addapikey.html
@@ -25,8 +25,8 @@
- NOTE: If you are part of the alliance do not check "Blue" this is for people who are blue to the
- alliance
+ NOTE: If you are part of the corp do not check "Blue" this is for people who are blue to the
+ corp
but are not in it. Blue access is limited.