From 2cc7f46aaeb7615c81cc8363136b6435c8a3c365 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Wed, 7 Sep 2022 14:45:04 +0200 Subject: [PATCH] [ADDED] ESI related links in login box --- .../templates/public/middle_box.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/allianceauth/authentication/templates/public/middle_box.html b/allianceauth/authentication/templates/public/middle_box.html index ff3688bb..cf7861b4 100644 --- a/allianceauth/authentication/templates/public/middle_box.html +++ b/allianceauth/authentication/templates/public/middle_box.html @@ -1,4 +1,7 @@ {% extends 'public/base.html' %} + +{% load i18n %} + {% block content %}
{% if messages %} @@ -6,6 +9,7 @@
{{ message }}
{% endfor %} {% endif %} +
@@ -13,10 +17,25 @@ {% endblock %}
+ {% include 'public/lang_select.html' %} + +

+ {% translate "For information on SSO, ESI and security read the CCP Dev Blog" %}
+ + {% translate "Introducing ESI - A New API For Eve Online" %} + +

+ +

+ + {% translate "Manage ESI Applications" %} + +

{% endblock %} + {% block extra_include %} {% include 'bundles/bootstrap-js.html' %} {% endblock %}