X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6a82f78dcc381c191dab5c4fe63d12096d596e41..d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8:/data/templates/user.htm diff --git a/data/templates/user.htm b/data/templates/user.htm index bc02b01..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,19 +7,24 @@ {% block content %} -

User Profile

+

User profile

OpenID
-
{{ identity }} +
{{ 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 %}