src/hdalab/templates/ajax_identification/ajax_login_ok.html
changeset 310 05c9f6551fde
parent 308 eab6629b5b31
child 424 33a1260273bc
--- a/src/hdalab/templates/ajax_identification/ajax_login_ok.html	Tue Aug 19 18:33:53 2014 +0200
+++ b/src/hdalab/templates/ajax_identification/ajax_login_ok.html	Wed Aug 20 15:36:50 2014 +0200
@@ -1,5 +1,8 @@
-<div class="ok">OK</div>
-<div class="username">
+{% 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>
\ No newline at end of file