minor html markup change
authorArt Cancro <ajc@citadel.org>
Wed, 5 Jan 2011 17:18:09 +0000 (12:18 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:41:06 +0000 (13:41 +0000)
webcit/static/t/get_logged_in.html

index 92540c2dd864a8908c78af7aff791b5a434d5336..0b24ef3be6a27b19048952e2032120ddea62a97d 100644 (file)
@@ -40,10 +40,10 @@ FIXME login to continue
 <form id="ajax_username_password_form" method="POST" action="ajax_login_username_password">
 <?_("User name:")>
 <input type="text" name="name" id="uname">
-<br>
+<br><br>
 <?_("Password:")>
 <input type="password" name="pass" id="pname">
-<br>
+<br><br>
 </form>
 <div class="buttons"><a href="javascript:ajax_try_username_and_password('<?BSTR("destination_url", "U")>');"><?_("Log in")></a></div>
 </div>