2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-06 15:28:49 +00:00
2021-09-03 00:23:29 +02:00

11 lines
235 B
HTML

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