"normal" admin-logout message

This commit is contained in:
Matthias 2021-09-03 00:23:29 +02:00
parent 1c3fa186ec
commit 849b71f7e4
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

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 %}