src/hdalab/templates/ajax_identification/ajax_login_ok.html
author rougeronj
Fri, 09 Jan 2015 11:08:09 +0100
changeset 421 2eee6f61f1c6
parent 310 05c9f6551fde
child 424 33a1260273bc
permissions -rw-r--r--
Add horizontal representation icon

{% load i18n %}
<div>
  <div class="ok"><p>OK</p><p class="close hand">{% trans "Close window" %}</p></div>
  <div class="username">
	<li><a href="{% url 'profile_home' %}">{{ user.username }}</a></li>
	<li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li>
  </div>
</div>