mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Initial work on re-themeing auth with Bootstrap CSS
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user