mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
Remove refernces to optional SSO configuration
This commit is contained in:
@@ -43,16 +43,8 @@
|
||||
<body>
|
||||
<div id="logo">
|
||||
<p style="text-align:center">
|
||||
<!--Uncomment the below line to use a custom logo-->
|
||||
<!--<img src="{% static 'img/index_images/logo.png' %}" border="0">-->
|
||||
<!--Comment the below block to use a custom logo-->
|
||||
{% if IS_CORP %}
|
||||
<img src="https://image.eveonline.com/Corporation/{{ CORP_ID }}_256.png" border="0">
|
||||
{% else %}
|
||||
<img src="https://image.eveonline.com/Alliance/{{ ALLIANCE_ID }}_128.png" border="0">
|
||||
{% endif %}
|
||||
<!--Stop commenting here-->
|
||||
</p>
|
||||
<img src="{% static 'img/index_images/logo.png' %}" border="0">
|
||||
</p>
|
||||
</div>
|
||||
<div id="content">
|
||||
<p style="text-align:center">
|
||||
|
||||
@@ -75,16 +75,14 @@
|
||||
<a href="{% url 'auth_register_user' %}" class="btn btn-success btn-block btn-lg">{% trans "Register" %}</a>
|
||||
</div>
|
||||
</div>
|
||||
{% if EVE_SSO_CALLBACK_URL %}
|
||||
<br>
|
||||
<div class="col-md-12">
|
||||
<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>
|
||||
</div>
|
||||
{% endif %}
|
||||
<br>
|
||||
<div class="col-md-12">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user