diff options
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r-- | templates/registration/logout.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html index f8e07621..e890ce99 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 %} |