aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/logout.html
blob: f8da51fa0de054c64e874c7851f577e9f2423a51 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<p>{% trans "Logged out" %}</p>
{% endblock %}