From 1c2caae81ee4b932162671c907318d059ff30810 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Thu, 18 Jun 2009 14:34:49 +0200 Subject: [PATCH] improved look-and-feel of the profile page (and finally translated it fully to English) --- htdocs/style.css | 16 ++++++++++++++++ template/registration/profile.html | 11 +++++------ 2 files changed, 21 insertions(+), 6 deletions(-) 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 }}