Remove refernces to optional SSO configuration

This commit is contained in:
Adarnof
2016-12-29 18:34:21 -05:00
parent 04f2731517
commit 2f5529b582
4 changed files with 14 additions and 33 deletions

View File

@@ -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">

View File

@@ -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>