From 6f2d7a3450fde6e275aebef3bd80aed09cb3a56b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 21 Mar 2013 09:05:18 +0100 Subject: [PATCH] add a querycode --- trash/haze.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trash/haze.py b/trash/haze.py index 3d929b70..6ea65aab 100644 --- a/trash/haze.py +++ b/trash/haze.py @@ -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 -- 2.43.0