Fixing an indentation issue on the login button
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:25:32 +0000 (08:25 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:25:32 +0000 (08:25 -0500)
mediagoblin/templates/mediagoblin/base.html

index 45c17e943d78c9dc8ea609fac88d77309df6000c..656fb46b468bb673a40d6161b63772671181dc79 100644 (file)
@@ -68,8 +68,8 @@
 
                 (<a href="{{ request.urlgen('mediagoblin.auth.logout') }}">logout</a>)
               {% else %}
-                 <a href="{{ request.urlgen('mediagoblin.auth.login') }}">
-                   Login</a>
+                <a href="{{ request.urlgen('mediagoblin.auth.login') }}">
+                  Login</a>
               {% endif %}
             </div>
           </div>