Emma Steimann fa1f8175ec Removed period from login status.
* fixes bug 944487

Change-Id: Ifb90bdf72991a581ecd2a309ffd513ae778aa48d
2012-03-01 20:06:38 -06:00

8 lines
321 B
HTML

{% load i18n %}
<div id="user_info" class="pull-right">
<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" %}
</div>