2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

"normal" admin-logout message

This commit is contained in:
Matthias
2021-09-03 00:23:29 +02:00
parent 1c3fa186ec
commit 849b71f7e4

View File

@ -0,0 +1,10 @@
{% extends "registration/logged_out.html" %}
{% load i18n %}
{% block content %}
<p>{% translate "You were logged out successfully." %}</p>
<p><a href="{% url 'admin:index' %}">{% translate 'Log in again' %}</a></p>
{% endblock %}