[Jifty-commit] r3620 - in jifty/trunk: lib/Jifty/Plugin/Authentication/Password

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 9 05:02:17 EDT 2007


Author: jesse
Date: Mon Jul  9 05:02:16 2007
New Revision: 3620

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm

Log:
 r60267 at 102:  jesse | 2007-07-08 22:03:24 -0700
 * Relative to absolute pathing fix


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	Mon Jul  9 05:02:16 2007
@@ -55,14 +55,14 @@
 =cut
 
 template login => page { title => _('Login!') } content {
-    show('login_widget');
+    show('/login_widget');
 };
 
 =head2 login_widget
 
 A handy template for embedding the login form. Just include it in your templates via:
 
-  show('login_widget');
+  show('/login_widget');
 
 See L<Jifty::Plugin::Authentication::Password::Action::Login>.
 


More information about the Jifty-commit mailing list