X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e9f8a9269b64a5af7c95d6c2714b1ae97e68d6a1..527c5dba85fcdfd70755b6c1f899dbb21f5ec40a:/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html diff --git a/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html b/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html index 2dc48f180..7e29b65c7 100644 --- a/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html +++ b/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html @@ -8,10 +8,12 @@ <h1>{% trans "Login Cancelled" %}</h1> +<div class="normal-text white-box"> {% url 'socialaccount_login' as login_url %} {{ login_url }} <p>{% blocktrans %}You decided to cancel logging in to our site using one of your exisiting accounts. If this was a mistake, please proceed to <a href="{{login_url}}">sign in</a>.{% endblocktrans %}</p> +</div> {% endblock %}