diff options
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r-- | templates/registration/logout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html index 9e40c20..ef2a3b2 100644 --- a/templates/registration/logout.html +++ b/templates/registration/logout.html @@ -1,4 +1,4 @@ -{% extends "base.html" %}
-{% block content %}
- You have been logged out.
+{% extends "base.html" %} +{% block content %} + You have been logged out. {% endblock %}
\ No newline at end of file |