From 0a8e5ee78fb231606a0b43f6688aca47e941d91c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 10 Dec 2012 12:25:38 +0100 Subject: Non-code changes (license texts, indentation, etc.) --- hyperkitty/templates/user_profile.html | 60 ++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 29 deletions(-) (limited to 'hyperkitty/templates/user_profile.html') diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 11c8292..675f7fa 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -3,40 +3,40 @@ {% load hk_generic %} {% block content %} -

User Profile - {{ user }}

+

User Profile - {{ user }}

- - - - - - - - - - - - - - +
{% trans 'User name' %}{{ user.username}}
{% trans 'Firstname' %}{{ user.first_name }}
{% trans 'Lastname' %}{{ user.last_name }}
+ + + + + + + + + + + + + - - - + + + - - - + + + - - - - -
{% trans 'User name' %}{{ user.username}}
{% trans 'Firstname' %}{{ user.first_name }}
{% trans 'Lastname' %}{{ user.last_name }}
{% trans 'Email' %}{{ user.email }}
{% trans 'Email' %}{{ user.email }}
{% trans 'Karma' %}{{ user_profile.karma }}
{% trans 'Karma' %}{{ user_profile.karma }}
{% trans 'Date Joined' %}{{ user.date_joined }}
+ {% trans 'Date Joined' %} + {{ user.date_joined }} + + + - {% if use_mockups %} + {% if use_mockups %} -

Up Votes :

+

Up Votes :

- {% endif %} + {% endif %} {% endblock %} + +{# vim: set noet: #} -- cgit