Removed now unnecessary headings for authentication forms

This commit is contained in:
Sebastian Henschel 2017-11-06 13:09:51 +01:00
parent 533993bd79
commit fdb8c978b3
2 changed files with 0 additions and 6 deletions

View File

@ -148,6 +148,3 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo
.authentication-method {
display: none;
}
.authentication-method h3 {
margin-top: 0;
}

View File

@ -26,11 +26,9 @@
<div class="col-xs-12 col-sm-9">
<div class="authentication-method" id="authenticate-oauth">
<h3>OAuth</h3>
<a class="btn btn-primary" href="{% url 'oauth-initiate' %}{% if request.GET.next %}?next={{ request.GET.next }}{% endif %}">Proceed to authentication server</a>
</div>
<div class="authentication-method" id="authenticate-directlogin">
<h3>DirectLogin</h3>
<form action="{% url 'directlogin' %}" method="post">
{% csrf_token %}
<div class="form-group">
@ -49,7 +47,6 @@
</form>
</div>
<div class="authentication-method" id="authenticate-gatewaylogin">
<h3>GatewayLogin</h3>
<form action="{% url 'gatewaylogin' %}" method="post">
{% csrf_token %}
<div class="form-group">