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

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


Author: torsten
Date: 2010-02-04 18:12:55 +0100 (Thu, 04 Feb 2010)
New Revision: 1255

Modified:
   wasko/branches/2.0/waskaweb/templates/main.mako
Log:
* waskaweb/templates/main.mako: call auth logout from auth controller


Modified: wasko/branches/2.0/waskaweb/templates/main.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/main.mako	2010-02-04 17:12:24 UTC (rev 1254)
+++ wasko/branches/2.0/waskaweb/templates/main.mako	2010-02-04 17:12:55 UTC (rev 1255)
@@ -39,7 +39,7 @@
         </a>
       </li>
       <li>
-        <a href="${h.url_for(controller='/waska', action='logout')}"
+        <a href="${h.url_for(controller='/auth', action='logout')}"
            onclick="return checkModification();">
           ${_('sm_menu_link_logout')}
         </a>



More information about the Mpuls-commits mailing list