src/hdalab/templates/ajax_identification/ajax_login_ok.html
author ymh <ymh.work@gmail.com>
Fri, 19 Jul 2024 09:38:03 +0200
changeset 704 b5835dca2624
parent 424 33a1260273bc
permissions -rw-r--r--
Adapt renkan preview to uses chrome headless/puppeteer

{% 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>