mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-19 01:02:30 +02:00
Fix state assignment. Fix character ownership transfer. Disable non-staff passwords. Fix dashboard groups panel placement. Fix corpstats viewmodel retrieval.
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 %} |