Skip to content
Snippets Groups Projects
Commit 3e387f71 authored by jan.bednarik's avatar jan.bednarik
Browse files

majak: Update login page

parent 73972c5c
No related branches found
No related tags found
2 merge requests!707majak: Update login page,!706Release
Pipeline #11311 passed
.login-form {
text-align: center;
}
.login-form footer {
display: none;
}
{% extends "wagtailadmin/login.html" %}
{% block branding_login %}Redakční systém Maják{% endblock %}
{% block login_form %}
<h1>Redakční systém Maják</h1>
<a class="button" href="{% url 'oidc_authentication_init' %}?next={{ request.GET.next }}">Přihlásit se Pirátskou identitou</a>
{% endblock %}
{% block below_login %}
<p style="margin-top: 1.5em">Nepustí vás to dovnitř? Postupujte dle návodu na <a href="https://majak.pirati.cz" style="color: #FFFFFF; text-decoration: underline;">majak.pirati.cz</a></p>
<p style="margin-top: 1.5em">Nepustí vás to dovnitř? Postupujte dle návodu na <a href="https://majak.pirati.cz">majak.pirati.cz</a></p>
{% endblock %}
{% block branding_logo %}{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment