From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/user_info.html | 90 ------------------------------------------------ 1 file changed, 90 deletions(-) delete mode 100644 templates/user_info.html (limited to 'templates/user_info.html') diff --git a/templates/user_info.html b/templates/user_info.html deleted file mode 100644 index 8e6dca84..00000000 --- a/templates/user_info.html +++ /dev/null @@ -1,90 +0,0 @@ - -{% load extra_tags %} -{% load extra_filters %} -{% load humanize %} -{% load i18n %} -
- {{view_user.username}} - -
- - - - - - - -
- - - - - - - -
- {% gravatar view_user 128 %} -
-
{{view_user.reputation|intcomma}}
-

{% trans "reputation" %}

-
-
- - - - - - {% if view_user.real_name %} - - - - - {% endif %} - - - - - {% if view_user.last_seen %} - - - - - {% endif %} - {% if view_user.website %} - - - - - {% endif %} - {% if view_user.location %} - - - - - {% endif %} - {% if view_user.date_of_birth%} - - - - - - {% endif %} - {% if votes_today_left %} - - - - - {% endif %} -
{% trans "Registered user" %} - {% if request.user|can_view_user_edit:view_user %} - {% trans "update profile" %} - {% endif %} -
{% trans "real name" %}{{view_user.real_name}}
{% trans "member for" %}{{ view_user.date_joined|timesince }}
{% trans "last seen" %}{{ view_user.last_seen|timesince }} {% trans "ago" %}
{% trans "user website" %}{{view_user.website}}
{% trans "location" %}{{view_user.location}}
{% trans "age" %}{% get_age view_user.date_of_birth %} {% trans "age unit" %}
{% trans "todays unused votes" %}{{ votes_today_left }} {% trans "votes left" %}
-
-
- {% if view_user.about %} - {{view_user.about|safe|linebreaks}} - {% endif %} -
-
- -- cgit v1.2.3-1-g7c22