@@ -27,7 +28,7 @@
{{ result.1.character_name }} |
{{ result.0.corp.corporation_name }} |
{% if result.1.api %}
-
{{ result.1.api.api_id }} |
+
{{ result.1.api|api_link:"label label-primary" }} |
{% else %}
|
{% endif %}
diff --git a/docs/installation/services/jacknife.md b/docs/installation/services/jacknife.md
index b3eb4925..20c1c764 100644
--- a/docs/installation/services/jacknife.md
+++ b/docs/installation/services/jacknife.md
@@ -68,4 +68,4 @@ Enter your database password and press Check. If all the boxes come back green p
## Update Auth Settings
-Edit your aut settings file (`nano ~/allianceauth/alliance_auth/settings.py`) and replace `JACK_KNIFE_URL` with either `jacknife.example.com/` or `example.com/jacknife/` depending on your apache choice.
\ No newline at end of file
+Edit your aut settings file (`nano ~/allianceauth/alliance_auth/settings.py`) and replace `API_KEY_AUDIT_URL` with either `jacknife.example.com/?usid={api_id}&apik={vcode}` or `example.com/jacknife/?usid={api_id}&apik={vcode}` depending on your apache choice.
diff --git a/services/context_processors.py b/services/context_processors.py
index d90c67a9..e8ddd680 100644
--- a/services/context_processors.py
+++ b/services/context_processors.py
@@ -9,7 +9,6 @@ def auth_settings(request):
'MUMBLE_URL': settings.MUMBLE_URL,
'FORUM_URL': settings.FORUM_URL,
'TEAMSPEAK3_PUBLIC_URL': settings.TEAMSPEAK3_PUBLIC_URL,
- 'JACK_KNIFE_URL': settings.JACK_KNIFE_URL,
'DISCORD_SERVER_ID': settings.DISCORD_GUILD_ID,
'KILLBOARD_URL': settings.KILLBOARD_URL,
'DISCOURSE_URL': settings.DISCOURSE_URL,