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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
310
05c9f6551fde ajax login and save
cavaliet
parents: 308
diff changeset
     1
{% load i18n %}
424
33a1260273bc Close #55 - on Login success set username, add the user to project if not done yet
rougeronj
parents: 310
diff changeset
     2
<div id="{{ user.id }}" class="ok">
33a1260273bc Close #55 - on Login success set username, add the user to project if not done yet
rougeronj
parents: 310
diff changeset
     3
	<li class="{% block profile_actif %}{% endblock %}"><a id="username" href="{% url 'profile_home' %}">{{ user.username }}</a></li>
308
eab6629b5b31 ajax login first step
cavaliet
parents:
diff changeset
     4
	<li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li>
eab6629b5b31 ajax login first step
cavaliet
parents:
diff changeset
     5
</div>