X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2f650491dc57c5ae16612646215fd6e6378f1a17..9cd731256b243511a3a1a1fcec76a1d5f27eb6d3:/data/templates/user.htm diff --git a/data/templates/user.htm b/data/templates/user.htm index 622e8d9..0856a6d 100644 --- a/data/templates/user.htm +++ b/data/templates/user.htm @@ -1,5 +1,5 @@ {% extends "base.htm" %} -{% block title %}User Preferences{% endblock %} +{% block title %}Profile data{% endblock %} {% block meta %} @@ -7,14 +7,24 @@ {% block content %} -
-
- User Profile -

Please update your git preferences.

-

{{ identity }}

-
-
- -
-
+

User profile

+
+
OpenID
+
{{ identity }}
+ +
Name
+
{{ name }}
+ +
Email
+
{{ email }}
+ +
Avatar image
+
+
+ +

+ You may change this data with your OpenID provider. + The avatar image is loaded from libravatar.org, + or perhaps from your own avatar server. +

{% endblock %}