X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/37e278e43ece42375352c07d9f04991ef58d992c..2c9debf2812dfbd4ff59348559ae57cd49858e8b:/src/accounts/templates/account/profile.html?ds=sidebyside diff --git a/src/accounts/templates/account/profile.html b/src/accounts/templates/account/profile.html index 15e5eaf..b80eaac 100644 --- a/src/accounts/templates/account/profile.html +++ b/src/accounts/templates/account/profile.html @@ -3,8 +3,10 @@ {% block content %}
- -

{% trans "Logout" %}

+ Gravatar +

{% trans "Logout" %}

@@ -14,6 +16,7 @@

{% trans "Your profile" %}

+ {% csrf_token %} {{ basic_form.as_table }} @@ -22,6 +25,7 @@

{% trans "Password change" %}

+ {% csrf_token %}
{{ pass_form.as_table }} @@ -30,12 +34,8 @@
-

{% trans "Availble services" %}

- - - - - + +
-{% endblock %} \ No newline at end of file +{% endblock %}