web/views/cwuser.py
branchstable
changeset 7777 2764987eb17a
parent 7740 47a20b7aed23
child 7800 ea496a3ed703
child 7806 aa30c665bd06
--- a/web/views/cwuser.py	Thu Sep 08 18:04:50 2011 +0200
+++ b/web/views/cwuser.py	Mon Sep 12 12:00:31 2011 +0200
@@ -178,6 +178,7 @@
            'U primary_email UA?, UA address UAA, '
            'U cw_source UDS, US name UDSN')
     title = _('users and groups management')
+    cache_max_age = 0 # disable caching
 
     def call(self, **kwargs):
         self.w('<h1>%s</h1>' % self._cw._(self.title))