Typo.
This commit is contained in:
parent
0ea6e3d2a3
commit
66c078b333
@ -21,7 +21,7 @@
|
||||
{% if user.is_authenticated %}
|
||||
<li>|<a href="{% url user_logout %}">{%trans "Logout" %}</a></li>
|
||||
<li>|<a href="{% url user_settings %}">{%trans "Settings" %}</a></li>
|
||||
<li>{%trans "Welcome" %} <strong>{{ user.username }}</strong></li>
|
||||
<li>{%trans "Welcome" %}, <strong>{{ user.username }}</strong></li>
|
||||
{% else %}
|
||||
<li><a href="{% url user_login %}">{%trans "Login" %}</a></li>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user