X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/2c9debf2812dfbd4ff59348559ae57cd49858e8b..refs/heads/open:/src/accounts/templates/account/profile.html diff --git a/src/accounts/templates/account/profile.html b/src/accounts/templates/account/profile.html index b80eaac..3845526 100644 --- a/src/accounts/templates/account/profile.html +++ b/src/accounts/templates/account/profile.html @@ -1,20 +1,24 @@ {% extends "base.html" %} -{% load gravatar i18n %} +{% load libravatar_tags i18n %} {% block content %} -
- Gravatar +
+ +

{% trans "Manage external accounts" %}

+
{% if messages %} -

{% for message in messages %}{{ message }}{% endfor %}

+
+ {% for message in messages %}

{{ message }}

{% endfor %} +
{% endif %} -

{% trans "Your profile" %}

+

{% trans "Your profile" %}

{% csrf_token %} @@ -24,18 +28,19 @@

{% trans "Password change" %}

- - {% csrf_token %} -
- {{ pass_form.as_table }} - -
- -
+ Zmień hasło -
- - -
+ + + {% if services %} +
+

{% trans "Sign in to:" %}

+ {% for service in services %} + + {{ service.name }} + + {% endfor %} +
+ {% endif %} {% endblock %}