mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:56:48 +00:00
Removed now unnecessary headings for authentication forms
This commit is contained in:
parent
533993bd79
commit
fdb8c978b3
@ -148,6 +148,3 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo
|
||||
.authentication-method {
|
||||
display: none;
|
||||
}
|
||||
.authentication-method h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user