mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
"normal" admin-logout message
This commit is contained in:
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 %}
|
Reference in New Issue
Block a user