[Checkins] SVN: megrok.login/trunk/src/megrok/login/tests/customlogin_templates/login.pt put the name of the view in the form action. makes tests pass.

Kevin Teague kevin at bud.ca
Wed Dec 9 14:06:25 EST 2009


Log message for revision 106351:
  put the name of the view in the form action. makes tests pass.

Changed:
  U   megrok.login/trunk/src/megrok/login/tests/customlogin_templates/login.pt

-=-
Modified: megrok.login/trunk/src/megrok/login/tests/customlogin_templates/login.pt
===================================================================
--- megrok.login/trunk/src/megrok/login/tests/customlogin_templates/login.pt	2009-12-09 18:02:02 UTC (rev 106350)
+++ megrok.login/trunk/src/megrok/login/tests/customlogin_templates/login.pt	2009-12-09 19:06:25 UTC (rev 106351)
@@ -4,7 +4,7 @@
   </head>
   <body>
     <h1>Custom Login Page</h1>
-    <form method="post">
+    <form method="post" action="login">
       <div>
 	<label for="login">Username</label>
 	<input type="text" name="login" id="login" />



More information about the checkins mailing list