mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 14:22:16 +00:00
6 lines
161 B
HTML
6 lines
161 B
HTML
{% extends "registration/registration_base.html" %}
|
|
{% block title %}Logged out{% endblock %}
|
|
{% block content %}
|
|
<p>Successfully logged out!</p>
|
|
{% endblock %}
|