X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..02fe6525fe7fa7c16d6e1dfe0ca040ac07d41325:/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 ef5db102c..7e29b65c7 100644 --- a/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html +++ b/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html @@ -8,10 +8,12 @@

{% trans "Login Cancelled" %}

-{% url socialaccount_login as login_url %} +
+{% url 'socialaccount_login' as login_url %} {{ login_url }}

{% blocktrans %}You decided to cancel logging in to our site using one of your exisiting accounts. If this was a mistake, please proceed to sign in.{% endblocktrans %}

+
{% endblock %}