mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
9 lines
243 B
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 %}
|