diff --git a/htdocs/style.css b/htdocs/style.css index 1d9d1c1..d6e29fb 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -13,3 +13,19 @@ form input[type=submit] { padding: 5px; min-width: 150px; } + +div.profile ul { + list-style-type: disc; + padding-left: 20px; +} + +h2.profile { + margin-bottom: 10px; + font-size: 16pt; +} + +div.profile h4 { + margin-bottom: 8px; + font-size: 12pt; +} + diff --git a/template/registration/profile.html b/template/registration/profile.html index fea981d..c0ed268 100644 --- a/template/registration/profile.html +++ b/template/registration/profile.html @@ -1,11 +1,11 @@ {% extends "index.htm" %} {% load i18n %} -{% block Headline %}Profil{% endblock %} +{% block Headline %}Profile{% endblock %} {% block Content %} -

Profil von {{user|capfirst}}

-
+

Profile of {{user|capfirst}}

+

Statistics

-
+

Account

  • Full Name: {{ user.first_name }} {{ user.last_name }}