Skip to content

Commit

Permalink
Add margin to login form
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 18, 2023
1 parent ef9d2b8 commit 4deabf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/accounts/templates/account/login_form.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n %}

{% if settings.SHIBBOLETH %}
<p>
<p style="margin-bottom: 20px;">
<a class="btn btn-success extend" href="{% url 'shibboleth_login' %}">
{% trans 'Login with Shibboleth' %}
</a>
Expand Down

0 comments on commit 4deabf9

Please sign in to comment.