Files
test-auth/app/templates/registration/logout.html

9 lines
243 B
HTML

{% extends "registration/registration_base.html" %}
{% block title %}Logged out{% endblock %}
{% block HeadTag %}
<meta http-equiv="refresh" content="3; url=/">
{% endblock %}
{% block content %}
<p>Successfully logged out!</p>
{% endblock %}