\r
<link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery-ui.css" type="text/css" media="all" />\r
<link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />\r
- \r
+\r
<script type="text/javascript">\r
$().ready(function(){\r
$("#id_birthday").datepicker({\r
{% endblock %}\r
{% block content %}\r
<div id="main-bar" class="headNormal">\r
- {{ request.user.username }} - {% trans "edit profile" %}\r
+ {{ user.username }} - {% trans "edit profile" %}\r
</div>\r
<div id="main-body" style="width:100%;padding-top:10px">\r
- <form name="" action="{% url edit_user request.user.id %}" method="post">\r
+ <form name="" action="{% url edit_user user.id %}" method="post">\r
<div id="left" style="float:left;width:180px">\r
- {% if request.user.email %}\r
- {% gravatar request.user 128 %}\r
+ {% if user.email %}\r
+ {% gravatar user 128 %}\r
{% else %}\r
<img src="{% media "/media/images/nophoto.png" %}">\r
{% endif %}\r
<div style="padding:20px 0 0 20px;font-weight:bold;font-size:150%">\r
<a href="http://www.gravatar.com/" target="_blank" \r
- title="gravatar {% trans "image associated with your email address" %}">{% blocktrans %}avatar, see {{gravatar_faq_url}}{% endblocktrans %}</a>\r
+ title="gravatar {% trans "image associated with your email address" %}">{% trans "gravatar" %}</a>\r
</div>\r
</div>\r
-\r
+ \r
<div id="askform" style="float:right;width:750px;text-align:left;">\r
<h2>{% trans "Registered user" %}</h2>\r
<table class="user-details">\r
</tr>\r
<tr style="height:35px">\r
<td>{% trans "Screen Name" %}:</td>\r
- <td>{{ request.user.username }} <span class="form-error"></span> {{ form.username.errors }} </td>\r
+ <td>\r
+ {% if form.username %}\r
+ {{ form.username }} <span class="form-error"></span> {{ form.username.errors }}\r
+ {% else %}\r
+ {{ user.username }}\r
+ {% endif %}\r
+ </td>\r
</tr>\r
\r
<tr style="height:35px">\r