diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-16 22:35:59 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-16 22:46:14 +0200 |
commit | a06ab5c1eb2053d33e15244ea579875aa72c0c1f (patch) | |
tree | fadab5eff234b3e40323948aad2493550466552c /templates/registration | |
parent | 8e1cae30596e48bfcc958dcd840c09b4cb8987ba (diff) | |
download | archweb-a06ab5c1eb2053d33e15244ea579875aa72c0c1f.tar.gz archweb-a06ab5c1eb2053d33e15244ea579875aa72c0c1f.tar.xz |
Tabs -> spaces in templates
Signed-off-by: Dan McGee <dan@archlinux.org>
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 e890ce9..50b3574 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 %} |