mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
* Refactor allianceauth into its own package * Add setup * Add missing default_app_config declarations * Fix timerboard namespacing * Remove obsolete future imports * Remove py2 mock support * Remove six * Add experimental 3.7 support and multiple Dj versions * Remove python_2_unicode_compatible * Add navhelper as local package * Update requirements
10 lines
335 B
HTML
10 lines
335 B
HTML
{% extends 'public/middle_box.html' %}
|
|
{% load static %}
|
|
{% block title %}Login{% endblock %}
|
|
{% block middle_box_content %}
|
|
<p style="text-align:center">
|
|
<a href="{% url 'auth_sso_login' %}">
|
|
<img src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}" border=0>
|
|
</a>
|
|
</p>
|
|
{% endblock %} |