Removed period from login status.

* fixes bug 944487

Change-Id: Ifb90bdf72991a581ecd2a309ffd513ae778aa48d
This commit is contained in:
Emma Steimann
2012-03-01 20:02:05 -06:00
parent 2fd7e911e4
commit fa1f8175ec

View File

@@ -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" %}