mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user