link to user's profile from devhub auxillary nav

This commit is contained in:
Chris Van 2012-05-14 20:15:12 -07:00
Родитель e18808b45f
Коммит c7cf7732d8
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,6 @@
{% set amo_user = request.amo_user %}
{% if user.is_authenticated() %}
<li class="account">
<a href="#" class="user" title="{{ amo_user.email }}">
<a href="{{ amo_user.get_url_path() }}" class="user" title="{{ amo_user.email }}">
{{ amo_user.welcome_name }}</a>
{% if account_links %}
<ul>