{% extends 'default/base.html' %}
{% load i18n %}

{% block head %}
<meta http-equiv="refresh" content="3; url=/">
{% endblock %}

{% block content %}
<p><b>{% trans "You were successfully logged out." %}</b></p>
{% endblock %}