[open-ils-commits] r209 - servres/trunk/conifer/templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 19 22:52:47 EDT 2009


Author: gfawcett
Date: 2009-03-19 22:52:45 -0400 (Thu, 19 Mar 2009)
New Revision: 209

Modified:
   servres/trunk/conifer/templates/prefs.xhtml
Log:
bugfix in preferences page

Modified: servres/trunk/conifer/templates/prefs.xhtml
===================================================================
--- servres/trunk/conifer/templates/prefs.xhtml	2009-03-20 02:47:08 UTC (rev 208)
+++ servres/trunk/conifer/templates/prefs.xhtml	2009-03-20 02:52:45 UTC (rev 209)
@@ -19,7 +19,7 @@
 	value="${code}">${_(descr)}</option>
 </select> <input type="submit" value="Change" />
 </form>
-<div py:if="user.is_authenticated">
+<div py:if="user.is_authenticated()">
   <h2>Notification preferences</h2>
   <form action="." method="POST">
     <input type="checkbox" name="wants_email_notices" id="id_wants_email_notices"



More information about the open-ils-commits mailing list