mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-06 15:28:49 +00:00
11 lines
235 B
HTML
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 %}
|