Removed period from login status.
* fixes bug 944487 Change-Id: Ifb90bdf72991a581ecd2a309ffd513ae778aa48d
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% load i18n %}
|
||||
<div id="user_info" class="pull-right">
|
||||
<span>Logged in as: {{ request.user.username }}.</span>
|
||||
<span>Logged in as: {{ request.user.username }}</span>
|
||||
<a href="{% url horizon:settings:user:index %}">{% trans "Settings" %}</a>
|
||||
<a href="{% url horizon:auth_logout %}">{% trans "Sign Out" %}</a>
|
||||
{% include "horizon/common/_region_selector.html" %}
|
||||
|
||||
Reference in New Issue
Block a user