Make the entire username and not just the icon clickable
This commit is contained in:
@@ -166,12 +166,11 @@
|
||||
</div>
|
||||
<div id="user-navigation">
|
||||
<ul class="wat-cf">
|
||||
<li><strong>{% trans 'User' %}:</strong>
|
||||
<li><strong>{% trans 'User' %}: </strong>
|
||||
{% if not user.is_authenticated %}
|
||||
{% trans 'Anonymous' %}
|
||||
{% else %}
|
||||
{{ user.get_full_name|default:user }}
|
||||
<a href="{% url 'common:current_user_details' %}" title="{% trans 'User details' %}"><span class="famfam active famfam-vcard"></span></a>
|
||||
<a href="{% url 'common:current_user_details' %}" title="{% trans 'User details' %}">{{ user.get_full_name|default:user }} <span class="famfam active famfam-vcard"></span></a>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user