X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/72dac890a041b8261262c7df7d7f8a8a816a146b..5e7a8bf3186efe29c487b8a32107ee8f24152a38:/data/templates/user.htm diff --git a/data/templates/user.htm b/data/templates/user.htm index eb032bd..ab55b59 100644 --- a/data/templates/user.htm +++ b/data/templates/user.htm @@ -1,16 +1,25 @@ {% extends "base.htm" %} -{% block title %}User Preferences{% endblock %} +{% block title %}Profile data{% endblock %} + +{% block meta %} + +{% endblock %} {% block content %} -
-
- User Profile -

Please update your git preferences.

-

{{ identity }}

-
-
- -
-
+

User profile

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

+ You may change this data with your OpenID provider. +

{% endblock %}