X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04ed822e3985e1565a1d652017be4004b4ddf8f3..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/wolnelektury/templates/socialaccount/connections.html?ds=sidebyside diff --git a/src/wolnelektury/templates/socialaccount/connections.html b/src/wolnelektury/templates/socialaccount/connections.html index 0f107242a..dcee6ff87 100644 --- a/src/wolnelektury/templates/socialaccount/connections.html +++ b/src/wolnelektury/templates/socialaccount/connections.html @@ -2,51 +2,45 @@ {% load i18n %} -{% block head_title %}{% trans "Account Connections" %}{% endblock %} +{% block head_title %}{% trans "Połączone konta" %}{% endblock %} {% block body %} -
+
-

{% trans "Account Connections" %}

+

{% trans "Połączone konta" %}

{% if form.accounts %} -

{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}

+

{% blocktrans %}Możesz się logować, używając jednego z tych zewnętrznych kont:{% endblocktrans %}

-
+ {% csrf_token %} -
{% if form.non_field_errors %} -
{{form.non_field_errors}}
+
{{form.non_field_errors}}
{% endif %} {% for base_account in form.accounts %} {% with base_account.get_provider_account as account %} -
-
+

{% endwith %} {% endfor %} -
- -
+ -
{% else %} -

{% trans "You currently have no social network accounts connected to this account." %}

+

{% trans "Nie masz podłączonych żadnych zewnętrznych kont." %}

{% endif %} {% if USE_OPENID %} -

{% trans 'Add a 3rd Party Account' %}

+

{% trans 'Podłącz zewnętrzne konto' %}

{% endblock %} - -