Author: mbonetti
Date: Mon May 11 05:33:39 2009
New Revision: 525
Modified:
branches/electron/pages/admin/__init__.py
Log:
display the search query
Modified: branches/electron/pages/admin/__init__.py
==============================================================================
--- branches/electron/pages/admin/__init__.py (original)
+++ branches/electron/pages/admin/__init__.py Mon May 11 05:33:39 2009
@@ -370,7 +370,8 @@
context = {
'name': _("page"),
'pages': pages,
- 'opts': self.model._meta
+ 'opts': self.model._meta,
+ 'q': q
}
context.update(extra_context or {})
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---