mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-15 10:40:36 +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 %}
|