diff options
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/logout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html index e2e5449c..9b507ec0 100644 --- a/templates/registration/logout.html +++ b/templates/registration/logout.html @@ -5,7 +5,7 @@ <div id="dev-logout" class="box"> <h2>Developer Logout</h2> - <p>Logout was successful.<p> + <p>Logout was successful.<p> </div> {% endblock %} |