From 76c6df0fd200d814a4a09e0c41ce11460ce3217d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 4 Dec 2011 01:39:03 +0000 Subject: [PATCH] Further theme updating changes. --- app/api/templates/api/view_tokens.html | 24 ++- app/eve_api/templates/eve_api/character.html | 181 ++++++++---------- .../templates/eve_api/character_list.html | 32 +++- .../templates/eve_api/corporation.html | 2 +- app/eve_api/views.py | 5 +- app/hr/templates/hr/applications/add.html | 7 +- .../hr/applications/admin/view_list.html | 8 +- app/hr/templates/hr/applications/view.html | 173 ++++++++++------- .../templates/hr/applications/view_list.html | 23 ++- app/hr/templates/hr/blacklist_add.html | 8 +- app/hr/templates/hr/blacklist_list.html | 26 +-- app/hr/templates/hr/index.html | 22 ++- app/hr/templates/hr/recommendations/add.html | 5 + .../hr/recommendations/view_list.html | 31 +-- app/sso/forms.py | 4 +- app/sso/templates/sso/lookup/user.html | 154 ++++++++------- app/sso/templates/sso/lookup/userlookup.html | 30 ++- app/sso/templates/sso/profile.html | 29 +-- app/templates/base.html | 43 ++--- app/templates/registration/login.html | 9 +- 20 files changed, 461 insertions(+), 355 deletions(-) diff --git a/app/api/templates/api/view_tokens.html b/app/api/templates/api/view_tokens.html index f4d99cb..b9fa1a3 100644 --- a/app/api/templates/api/view_tokens.html +++ b/app/api/templates/api/view_tokens.html @@ -3,21 +3,27 @@ {% block title %}Application Access{% endblock %} {% block content %} - +

This is the list of external applications that can access your data stored on Auth, this includes any EVE API data and also any linked information (Reddit accounts, service accounts).

{% if tokens %} - - -{% for token in tokens %} - - - -{% endfor %} +
ApplicationGranted Date/TimeAction
{{ token.consumer.name }}Revoke
+ + + + + {% for token in tokens %} + + + + {% endfor %} + +
ApplicationGranted Date/TimeAction
{{ token.consumer.name }}Revoke
{% else %} -

You have not granted any applications access to your data

+

You have not granted any applications access to your data.

{% endif %} {% endblock %} diff --git a/app/eve_api/templates/eve_api/character.html b/app/eve_api/templates/eve_api/character.html index e412c20..c66dc21 100644 --- a/app/eve_api/templates/eve_api/character.html +++ b/app/eve_api/templates/eve_api/character.html @@ -9,126 +9,115 @@
-
-

Attributes

+
+

Attributes

-
    -
  • Race: {{ character.get_race_display }}
  • -
  • Gender: {{ character.get_gender_display }}
  • -
  • Corporation: {{ character.corporation.name }}
  • -
  • Joined Corporation: {{ character.corporation_date|date:"Y/m/d H:i:s" }}
  • - {% if character.corporation.alliance %} -
  • Alliance: {{ character.corporation.alliance.name }}
  • - {% endif %} -
  • Security Status: {{ character.security_status|floatformat:2 }}
  • -
  • Director: {{ character.director }}
  • - {% if character.current_training %} -
  • Training: {{ character.current_training.skill.name}} to Level {{ ch$ - {% endif %} -
-
+
    +
  • Race: {{ character.get_race_display }}
  • + {% if character.gender %}
  • Gender: {{ character.get_gender_display }}
  • {% endif %} +
  • Corporation: {{ character.corporation.name }}
  • + {% if character.corporation.alliance %}
  • Alliance: {{ character.corporation.alliance.name }}
  • {% endif %} +
  • Joined Corporation: {{ character.corporation_date|date:"Y/m/d H:i:s" }}
  • +
  • Security Status: {{ character.security_status|floatformat:2 }}
  • +
  • Director: {{ character.director }}
  • + {% if character.current_training %} +
  • Training: {{ character.current_training.skill.name}} to Level
  • + {% endif %} +
-
-
- -
-
- -
- {% if character.corporation.alliance %} - -
- -
- {% endif %} -
-
-
-
- -
-

Stats

- - - - - - - - -
StatValue
Intelligence {{ character.attrib_intelligence }}
Memory{{ character.attrib_memory }}
Charisma{{ character.attrib_charisma }}
Perception{{ character.attrib_perception }}
Willpower{{ character.attrib_willpower }}
-
+ {% if character.attrib_intelligence %} +

Stats

-
-

Skills

- - - - - - {% for group in skillTree %} - {{group.items}} - - {% for skill in group.2 %} - {% if skill.in_training %} - - {% else %} - - {% endif %} - {% endfor %} - {% endfor %} - -
{{ group.1 }}{{ group.0|intcomma }}
{{ skill.skill.name }} - Training to Level {{ skill.in_training }}Level {{ skill.level }}{{ skill.skillpoints|intcomma }} SP
{{ skill.skill.name }} Level {{ skill.level }}{{ skill.skillpoints|intcomma }} SP
Total SP{{ character.total_sp|intcomma }} SP
-
- - {% if employmenthistory.count %} -
-

Employment History

- - - - {% for hist in employmenthistory %} - - {% endfor %} -
CorporationJoin DateLeave Date
{{ hist.corporation.name }}{{ hist.start_date }}{% if hist.end_date %}{{ hist.end_date }}{% endif %}
-
+ + + + + + + + + + + +
StatValue
Intelligence {{ character.attrib_intelligence }}
Memory{{ character.attrib_memory }}
Charisma{{ character.attrib_charisma }}
Perception{{ character.attrib_perception }}
Willpower{{ character.attrib_willpower }}
{% endif %} +
+ +
+
+ +
+
+
+ {% if character.corporation.alliance %} + + {% endif %} + +
+
+
+ +{% if skillTree %} +

Skills

+ +

+ Open All + Collapse All +

+ + + {% for group in skillTree %} + {{group.items}} + + {% for skill in group.2 %} + {% if skill.in_training %} + + {% else %} + + {% endif %} + {% endfor %} + {% endfor %} + +
{{ group.1 }}{{ group.0|intcomma }} SP
{{ skill.skill.name }} - Training to Level {{ skill.in_training }}Level {{ skill.level }}{{ skill.skillpoints|intcomma }} SP
{{ skill.skill.name }} Level {{ skill.level }}{{ skill.skillpoints|intcomma }} SP
Total SP{{ character.total_sp|intcomma }} SP
+{% endif %} + +{% if employmenthistory.count %} +

Employment History

+ + + + + + + {% for hist in employmenthistory %} + + {% endfor %} + +
CorporationJoin DateLeave Date
{{ hist.corporation.name }}{{ hist.start_date }}{% if hist.end_date %}{{ hist.end_date }}{% endif %}
+{% endif %} + + diff --git a/app/eve_api/templates/eve_api/character_list.html b/app/eve_api/templates/eve_api/character_list.html index 859d561..87936b4 100644 --- a/app/eve_api/templates/eve_api/character_list.html +++ b/app/eve_api/templates/eve_api/character_list.html @@ -2,29 +2,45 @@ {% load humanize %} {% block content %} + + + - +{% if accounts %} +{% if characters %} +
- {% for acc in accounts %} - {% if acc.characters.count %} - - {% for char in acc.characters.all %} - + {% for char in characters %} + - {% endfor %} - {% endif %} {% endfor %}
Character NameCorporationAllianceSkillpointsTraining
Key {{ acc.pk }} {% if acc.training == 0 %}(No Character Training){% endif %}
{{ char.name }}
{{ char.name }} {{ char.corporation }} {% if char.corporation.alliance %}{{ char.corporation.alliance }}{% endif %} {{ char.total_sp|intcomma }} SP {% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %}
+{% for acc in accounts %} +{% if acc.training == 0 %}

No Character Training on the account linked to API Key ID {{ acc.api_user_id }}.

{% endif %} +{% endfor %} + +{% else %} +

You have no characters available on the API keys provided.

+{% endif %} +{% else %} +

You have no API keys linked to your auth account.

+{% endif %} + + {% endblock %} diff --git a/app/eve_api/templates/eve_api/corporation.html b/app/eve_api/templates/eve_api/corporation.html index 5c161ee..7366995 100644 --- a/app/eve_api/templates/eve_api/corporation.html +++ b/app/eve_api/templates/eve_api/corporation.html @@ -30,7 +30,7 @@ {% paginate %} -

Export as CSV

+

Export as CSV

{% endif %} diff --git a/app/eve_api/views.py b/app/eve_api/views.py index 4655be0..d400d15 100644 --- a/app/eve_api/views.py +++ b/app/eve_api/views.py @@ -41,7 +41,7 @@ def eveapi_add(request, post_save_redirect='/', template='eve_api/add.html'): if out: msg = "Key %d successfully added." % form.cleaned_data['api_user_id'] else: - msg = "An issue was encountered why trying to import key %s, please recheck and try again." % form.cleaned_data['api_user_id'] + msg = "An issue was encountered while trying to import key %s, Please check that you are using the correct information and try again." % form.cleaned_data['api_user_id'] messages.success(request, msg, fail_silently=True) return redirect(post_save_redirect) else: @@ -183,7 +183,8 @@ def eveapi_character(request, charid=None, template='eve_api/character.html', li return render_to_response(template, context, context_instance=RequestContext(request)) context = { - 'accounts': EVEAccount.objects.select_related('characters', 'characters__corporation', 'characters__corporation__alliance').filter(user=request.user), + 'accounts': EVEAccount.objects.select_related('characters__name').filter(user=request.user).exclude(api_keytype=API_KEYTYPE_CORPORATION), + 'characters': EVEPlayerCharacter.objects.filter(eveaccount__user=request.user).distinct().order_by('name'), } return render_to_response(list_template, context, context_instance=RequestContext(request)) diff --git a/app/hr/templates/hr/applications/add.html b/app/hr/templates/hr/applications/add.html index 05412b2..51e8156 100644 --- a/app/hr/templates/hr/applications/add.html +++ b/app/hr/templates/hr/applications/add.html @@ -3,6 +3,11 @@ {% block title %}Create Application{% endblock %} {% block content %} + + +

Select the character you wish to apply with, then the corporation you wish to apply for.

@@ -10,6 +15,6 @@ {{ form.as_table }} {% csrf_token %} - +
{% endblock %} diff --git a/app/hr/templates/hr/applications/admin/view_list.html b/app/hr/templates/hr/applications/admin/view_list.html index c0eab91..f643ea4 100644 --- a/app/hr/templates/hr/applications/admin/view_list.html +++ b/app/hr/templates/hr/applications/admin/view_list.html @@ -4,10 +4,12 @@ {% block content %} -

Search All Applications

+ +
- - +
{% if apps %} diff --git a/app/hr/templates/hr/applications/view.html b/app/hr/templates/hr/applications/view.html index 2be8414..1e37cc0 100644 --- a/app/hr/templates/hr/applications/view.html +++ b/app/hr/templates/hr/applications/view.html @@ -9,146 +9,179 @@ {% block title %}View Application{% endblock %} {% block content %} -

Application Details

+ {% ifnotequal app.status 5 %} {% ifnotequal app.status 2 %}

Actions

-
+

{% if app.status < 1 %} -Submit Application +Submit Application {% else %} -Withdraw Application +Withdraw Application {% endif %} -Add Message +Add Message {% if hrstaff %} -Add Staff Note +Add Staff Note {% if app.status < 2 or app.status = 4 or app.status = 6 %} {% if perms.hr.can_accept %} -Reject Application +Reject Application {% ifequal app.blacklisted 0 %} -Accept Application +Accept Application {% endifequal %} {% endif %} {% ifnotequal app.status 4 %} -Mark as In Query +Mark as In Query {% endifnotequal %} {% ifnotequal app.status 6 %} -Flag for Review +Flag for Review {% endifnotequal %} {% endif %} {% ifequal app.status 3 %} -Mark as Complete +Mark as Complete {% endifequal %} {% endif %}

-
{% endifnotequal %} {% endifnotequal %} {% if audit %}

Event Log

- - -{% for a in audit %} - -{% endfor %} + +
Event TypeUserDateEvent Details
{{ a.get_event_display }}{{ a.user }}{{ a.date|date:"Y/m/d H:i:s" }}{{ a.text|linebreaks }}
+ + + + + {% for a in audit %} + + {% endfor %} +
Event TypeUserDateEvent Details
{{ a.get_event_display }}{{ a.user }}{{ a.date|date:"Y/m/d H:i:s" }}{{ a.text|linebreaks }}
{% endif %} {% if hrstaff %} {% if app.blacklist_values %}

Blacklist Triggers

- - -{% for a in app.blacklist_values %} - -{% endfor %} + +
Blacklist TypeBlacklisted ValueLevelReasonSource
{{ a.get_type_display }}{{ a.value }}{{ a.get_level_display }}{{ a.reason }}{{ a.source }}
+ + + + + {% for a in app.blacklist_values %} + + {% endfor %} +
Blacklist TypeBlacklisted ValueLevelReasonSource
{{ a.get_type_display }}{{ a.value }}{{ a.get_level_display }}{{ a.reason }}{{ a.source }}
{% endif %} {% endif %} {% if app.recommendation_set.all %}

Recommendations

- - -{% for rec in app.recommendation_set.all %} - - - - - - -{% endfor %} + +
UserCharacterCorporationValid RecommendationTotal User Recomendations
{{ rec.user }}{{ rec.user_character }}{{ rec.user_character.corporation }}{% if rec.is_valid %}Yes{% else %}No{% endif %}{{ rec.user.recommendation_set.all.count }}
+ + + + + {% for rec in app.recommendation_set.all %} + + + + + + + {% endfor %} +
UserCharacterCorporationValid RecommendationTotal User Recomendations
{{ rec.user }}{{ rec.user_character }}{{ rec.user_character.corporation }}{% if rec.is_valid %}Yes{% else %}No{% endif %}{{ rec.user.recommendation_set.all.count }}
{% endif %} {% if hrstaff %} {% if app.corporation.application_config.api_view %}

API Keys

+ - -{% for acc in app.user.eveaccount_set.all %} - - - - - - - -{% endfor %} + + + + + {% for acc in app.user.eveaccount_set.all %} + + + + + + + + {% endfor %} +
User IDAPI KeyDescriptionTypeActiveLast Updated
{{ acc.api_user_id }}{{ acc.api_key }}{{ acc.description }}{{ acc.get_api_keytype_display }}{{ acc.get_api_status_display }}{{ acc.api_last_updated|naturaltimediff }}
User IDAPI KeyDescriptionTypeActiveLast Updated
{{ acc.api_user_id }}{{ acc.api_key }}{{ acc.description }}{{ acc.get_api_keytype_display }}{{ acc.get_api_status_display }}{{ acc.api_last_updated|naturaltimediff }}
{% endif %}

EVE Characters

- - -{% for acc in app.user.eveaccount_set.all %} -{% for char in acc.characters.all %} - -
CharacterCorp / AllianceISKSPTrainingLinks
{{ char.name }}{{ char.corporation }}{% if char.corporation.alliance %} / + + + + + + + {% for acc in app.user.eveaccount_set.all %} + {% for char in acc.characters.all %} + + - - - - - -{% endfor %} -{% endfor %} + + + + + + + {% endfor %} + {% endfor %} +
CharacterCorp / AllianceISKSPTrainingLinks
{{ char.name }}{{ char.corporation }}{% if char.corporation.alliance %} / {{ char.corporation.alliance }}{% endif %} - {{ char.balance|intcomma }} ISK{{ char.total_sp|intcomma }} SP{% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %}{% if request.is_igb %}Show In Eve / {% endif %}EveGate Profile / EveSearch / EVEGate Forums
{{ char.balance|intcomma }} ISK{{ char.total_sp|intcomma }} SP{% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %}{% if request.is_igb %}Show In Eve / {% endif %}EveGate Profile / EveSearch / EVEGate Forums
+ + {% if "reddit"|installed %} {% ifswitch reddit %} {% if app.user.redditaccount_set.all %}

Reddit Accounts

- - -{% for acc in app.user.redditaccount_set.all %} - - - - - - - -{% endfor %} + +
AccountKarmaValidatedCreation DateMatches Criteria?Links
{{ acc.username }}{{ acc.link_karma }} / {{ acc.comment_karma }}{% if acc.validated %}Validated{%else %}NOT VALIDATED{% endif %}{{ acc.date_created }}{% if acc.is_valid %}Yes{% else %}No{% endif %}Metareddit
+ + + + + {% for acc in app.user.redditaccount_set.all %} + + + + + + + + {% endfor %} +
AccountKarmaValidatedCreation DateMatches Criteria?Links
{{ acc.username }}{{ acc.link_karma }} / {{ acc.comment_karma }}{% if acc.validated %}Validated{%else %}NOT VALIDATED{% endif %}{{ acc.date_created }}{% if acc.is_valid %}Yes{% else %}No{% endif %}Metareddit

Recent Reddit Posts

-Load recent Reddit posts +Load recent Reddit posts +

This list shows your current open recommendations that are yet to be submitted, as soon as the recommended user submits their application your recommendation will be removed from this list.

{% if recommendations %} - - - - - -{% for rec in recommendations %} - - - - - -{% endfor %} +
RecommenderRecommended ApplicationApplication Status
{{ rec.user_character }}{{ rec.application }}{{ rec.application.get_status_display }}
+ + + + + {% for rec in recommendations %} + + + + + {% endfor %} +
RecommenderRecommended ApplicationApplication Status
{{ rec.user_character }}{{ rec.application }}{{ rec.application.get_status_display }}
{% else %}

You have no current recommendations

{% endif %} + {% endblock %} diff --git a/app/sso/forms.py b/app/sso/forms.py index dcb072d..c53025b 100644 --- a/app/sso/forms.py +++ b/app/sso/forms.py @@ -99,12 +99,12 @@ class UserLookupForm(forms.Form): choices = [(1, "Auth Username"), (2, "Character"), (4, "Email Address"), - (5, "EVE API User ID"), ] + (5, "EVE API Key ID"), ] if installed('reddit') and gargoyle.is_active('reddit', request): choices.append((3, "Reddit ID")) self.fields['type'] = forms.ChoiceField(label=u'Search type', choices=choices) - self.fields['username'] = forms.CharField(label=u'User ID', max_length=64) + self.fields['username'] = forms.CharField(label=u'Value', max_length=64) class APIPasswordForm(forms.Form): diff --git a/app/sso/templates/sso/lookup/user.html b/app/sso/templates/sso/lookup/user.html index a8e7924..43616e6 100644 --- a/app/sso/templates/sso/lookup/user.html +++ b/app/sso/templates/sso/lookup/user.html @@ -6,7 +6,9 @@ {% block content %} +

  • Username: {{ user.username }}
  • @@ -19,81 +21,90 @@

    -

    -Update Access +Update Access {% if "hr"|installed %} {% if perms.hr.add_blacklist %} -Blacklist User +Blacklist User {% endif %} {% endif %} -

    -
    {% if services %} -

    Service Accounts

    - - -{% for acc in services %} - - - - -{% endfor %} -
    ServiceUsernameActive
    {{ acc.service }}{{ acc.service_uid }}{% if acc.active %}Yes{% else %}No{% endif %}
    +
    +

    Service Accounts

    + + + + {% for acc in services %} + + + + + {% endfor %} +
    ServiceUsernameActive
    {{ acc.service }}{{ acc.service_uid }}{% if acc.active %}Yes{% else %}No{% endif %}
    +
    {% endif %} -
    {% if user.application_set.all %} -

    Applications

    - - -{% for app in user.application_set.all %} - - - - -{% endfor %} -
    IDCharacterApplied ToStatus
    {{ app.id }}{{ app.character }}{{ app.corporation }}{{ app.get_status_display }}
    +
    +

    Applications

    + + + + {% for app in user.application_set.all %} + + + + + {% endfor %} +
    IDCharacterApplied ToStatus
    {{ app.id }}{{ app.character }}{{ app.corporation }}{{ app.get_status_display }}
    +
    {% endif %} {% if user.recommendation_set.all %} -
    -

    Recommendations

    - - -{% for rec in user.recommendation_set.all %} - - - -{% endfor %} -
    Recommended ApplicationRecommendation CharacterRecommendation Date
    {{ rec.application.character.name }}{{ rec.user_character }}{{ rec.recommendation_date }}
    +
    +

    Recommendations

    + + + + + + + {% for rec in user.recommendation_set.all %} + + + + {% endfor %} + +
    Recommended ApplicationRecommendation CharacterRecommendation Date
    {{ rec.application.character.name }}{{ rec.user_character }}{{ rec.recommendation_date }}
    +
    {% endif %} {% if perms.sso.can_view_users %} -
    -

    Eve API Keys

    {% if user.eveaccount_set.all %} - - - - - -{% for acc in user.eveaccount_set.all %} - - - - - - - - -{% endfor %} -
    User IDAPI KeyDescriptionTypeActiveLast Updated
    {{ acc.api_user_id }}{{ acc.api_key }}{{ acc.description }}{{ acc.get_api_keytype_display }}{{ acc.get_api_status_display }}{{ acc.api_last_updated|naturaltimediff }}
    +
    +

    Eve API Keys

    + + + + + + + {% for acc in user.eveaccount_set.all %} + + + + + + + + {% endfor %} + +
    User IDAPI KeyDescriptionTypeActiveLast Updated
    {{ acc.api_user_id }}{{ acc.api_key }}{{ acc.description }}{{ acc.get_api_keytype_display }}{{ acc.get_api_status_display }}{{ acc.api_last_updated|naturaltimediff }}
    +
    {% endif %} {% endif %} -
    {% if user.eveaccount_set.all %} @@ -110,22 +121,23 @@ {% if "reddit"|installed %} {% ifswitch reddit %} -
    -

    Reddit Accounts

    -{% if user.redditaccount_set.all %} -
    Character NameCorp
    - - - - -{% for acc in user.redditaccount_set.all %} - - - - -{% endfor %} - -
    UsernameCreated DateValidated
    {{ acc.username }}{{ acc.date_created }}{% if acc.validated %}Yes{% else %}No{% endif %}
    +
    +

    Reddit Accounts

    + {% if user.redditaccount_set.all %} + + + + + + {% for acc in user.redditaccount_set.all %} + + + + + {% endfor %} + +
    UsernameCreated DateValidated
    {{ acc.username }}{{ acc.date_created }}{% if acc.validated %}Yes{% else %}No{% endif %}
    +
    {% endif %} {% endifswitch %} {% endif %} diff --git a/app/sso/templates/sso/lookup/userlookup.html b/app/sso/templates/sso/lookup/userlookup.html index 5b2d9f9..8f8577a 100644 --- a/app/sso/templates/sso/lookup/userlookup.html +++ b/app/sso/templates/sso/lookup/userlookup.html @@ -3,13 +3,29 @@ {% block title %}User Lookup{% endblock %} {% block content %} -

    User Lookup

    + +

    This will search Auth's database for any users matching the values you provide.

    + +

    -{% csrf_token %} - -{{ form.as_table }} -
    -
    - + + {% csrf_token %} +
    + {{ form.type.label_tag }} +
    + {{ form.type }} +
    +
    +
    + {{ form.username.label_tag }} +
    + {{ form.username }} +
    +
    + +
    +

    {% endblock %} diff --git a/app/sso/templates/sso/profile.html b/app/sso/templates/sso/profile.html index 7a1e64e..9731b27 100644 --- a/app/sso/templates/sso/profile.html +++ b/app/sso/templates/sso/profile.html @@ -23,7 +23,6 @@
  • Reddit
  • {% endifswitch %} {% endif %} -
  • Services
  • @@ -32,30 +31,20 @@

    Username: {{ user.username }}
    - Email: {{ user.email }}
    - Primary Character: {{ user.get_profile.primary_character }}
    + Email: {{ user.email }} (change)
    + Primary Character: {{ user.get_profile.primary_character }} (change)
    Groups: {{ user.groups.all|join:", " }}

    +

    Passwords

    - Update Access - Change Password - Change E-mail - Change Primary Character + Change Auth Login Password + Change Services Password

    + Note Changing your services password will change it for all linked sites (forums, wiki, reimbursement tool)

    -
    - - -
    -

    Auth API Services

    -

    Auth API Servies use Auth for your login information with the use of a seperate password. To reset your services password click the link below

    - -

    Change External Services Password

    - -
    {% if user.eveaccount_set.all %}

    Service Accounts

    -

    Services not fully integrated into Auth, and which a seperate username/password is required.

    +

    These are services that cannot talk to auth and require a seperate username/password.

    {% if user.serviceaccount_set.all %} @@ -119,7 +108,9 @@

    {% ifswitch api-disableprocessing %} {% else %} - Add a Eve API key + Add a Eve API key + Create API Key + Force Access Update {% endifswitch %}

    diff --git a/app/templates/base.html b/app/templates/base.html index 606ef9f..86e17e6 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -2,25 +2,29 @@ - TEST Auth + Auth
    ServiceUsernameURLActiveActions