src/hdalab/templates/ajax_identification/ajax_login_ok.html
author rougeronj
Mon, 16 Mar 2015 11:05:24 +0100
changeset 542 a4085fc63d21
parent 424 33a1260273bc
permissions -rw-r--r--
Merge with ea9250df2eb799b670caab815566d728bdb23a1a

{% load i18n %}
<div id="{{ user.id }}" class="ok">
	<li class="{% block profile_actif %}{% endblock %}"><a id="username" href="{% url 'profile_home' %}">{{ user.username }}</a></li>
	<li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li>
</div>