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 %}