Commit 04418bc7 authored by Michal Čihař's avatar Michal Čihař

Make whole text link

parent a3f296fa
......@@ -30,7 +30,7 @@
<ul class="menu">
{% if user.is_authenticated %}
<li>{% blocktrans with user.get_full_name as name %}Logged in as <a href="/accounts/profile/">{{ name }}</a>{% endblocktrans %}</li>
<li><a href="/accounts/profile/">{% blocktrans with user.get_full_name as name %}Logged in as {{ name }}{% endblocktrans %}</a></li>
<li><a href="/accounts/logout/">{% trans "Logout" %}</a></li>
{% else %}
<li><a href="/accounts/login/">{% trans "Login" %}</a></li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment