From f2c860df51e936b79f05794c17bfb0baf95befa3 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 28 Jan 2013 17:47:13 +0100 Subject: Small fixes on the user profile page --- hyperkitty/templates/user_profile.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index a0a86e4..491d75e 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -10,7 +10,7 @@ {% block content %}

User Profile - {{ user }}

- +
@@ -24,15 +24,17 @@ - + - + {% if use_mockups %} + - + {% endif %} + -- cgit
{% trans 'User name' %}{% trans 'Lastname' %} {{ user.last_name }}
{% trans 'Email' %} {{ user.email }}
{% trans 'Karma' %} {{ user_profile.karma }}
{% trans 'Date Joined' %} {{ user.date_joined }}