summaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/logout.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
index f8e0762..e890ce9 100644
--- a/templates/registration/logout.html
+++ b/templates/registration/logout.html
@@ -3,7 +3,9 @@
{% block content %}
<div id="dev-logout" class="box">
- <p>Logout successful.<p>
+ <h2>Developer Logout</h2>
+
+ <p>Logout was successful.<p>
</div>
{% endblock %}