[Mpuls-commits] r1256 - wasko/branches/2.0/waskaweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 4 18:13:17 CET 2010


Author: torsten
Date: 2010-02-04 18:13:17 +0100 (Thu, 04 Feb 2010)
New Revision: 1256

Modified:
   wasko/branches/2.0/waskaweb/templates/login.mako
Log:
* waskaweb/templates/login.mako: Send data to auth controller


Modified: wasko/branches/2.0/waskaweb/templates/login.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/login.mako	2010-02-04 17:12:55 UTC (rev 1255)
+++ wasko/branches/2.0/waskaweb/templates/login.mako	2010-02-04 17:13:17 UTC (rev 1256)
@@ -14,7 +14,7 @@
 % endif
 
 <p><strong>Einrichtung: ${F.H(h.getKAName())}</strong><br>${_('login_p_insert_pw_and_identifier')}</p>
-<form name="login" action="${h.url_for(controller='waska', action='loginAction')}" accept-charset="UTF-8" method="POST">
+<form name="login" action="${h.url_for(controller='/auth', action='loginAction')}" accept-charset="UTF-8" method="POST">
 <div class="label">
    <label for="login">${_('login_label_identifier')}</label>
    



More information about the Mpuls-commits mailing list