mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
"normal" admin-logout message
This commit is contained in:
parent
1c3fa186ec
commit
849b71f7e4
10
InvenTree/templates/registration/logged_out.html
Normal file
10
InvenTree/templates/registration/logged_out.html
Normal 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 %}
|
Loading…
x
Reference in New Issue
Block a user