mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 14:58:50 +00:00
8 lines
242 B
HTML
8 lines
242 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<h4>{% trans "Logout" %}</h4>
|
|
<p>{% trans "You have been logged out" %}</p>
|
|
<p>{% trans 'Click' %} <a href="{% url 'login' %}"> {% trans 'here</a> to log in</p>' %}
|
|
{% endblock %} |