add a querycode
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Mar 2013 08:05:18 +0000 (09:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Mar 2013 08:05:18 +0000 (09:05 +0100)
trash/haze.py

index 3d929b7..6ea65aa 100644 (file)
@@ -46,6 +46,11 @@ def hazelnut_view (request):
                 # this is the query at the core of the slice list
                 query=main_query,
                 ),
+            QueryCode (
+                page=page,
+                title='xmlrpc code',
+                query=main_query,
+                ),
             ])
 
     # variables that will get passed to the view-plugin.html template