From 63fc42f1498fab1f5e17da053eb1a17678e2e7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Mon, 25 May 2020 22:55:59 +0200 Subject: [PATCH] majak: Link to infopage on login page --- users/templates/wagtailadmin/login.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/users/templates/wagtailadmin/login.html b/users/templates/wagtailadmin/login.html index c7a422ea..9800f5b3 100644 --- a/users/templates/wagtailadmin/login.html +++ b/users/templates/wagtailadmin/login.html @@ -1,6 +1,10 @@ {% extends "wagtailadmin/login.html" %} {% block login_form %} - <h1>Redakční systém Maják</h1> - <a class="button" href="{% url 'oidc_authentication_init' %}">Přihlásit se Pirátskou identitou</a> + <h1>Redakční systém Maják</h1> + <a class="button" href="{% url 'oidc_authentication_init' %}">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> {% endblock %} -- GitLab