X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fdashboard.py;h=f1ce6981a8b029a11cb746471603d288be32e787;hb=f5384e02bc928851ebdecfd36e58e0996e1b5d6c;hp=cd1ba3d61ebb16756d6fb8b997e5062ac44224cb;hpb=45273da0859095cd4e7565f7ea0fc1496ef2f2de;p=myslice.git diff --git a/trash/dashboard.py b/trash/dashboard.py index cd1ba3d6..f1ce6981 100644 --- a/trash/dashboard.py +++ b/trash/dashboard.py @@ -65,7 +65,7 @@ def dashboard_view (request): ), ]) - # variables that will get passed to the view-plugin.html template + # variables that will get passed to the view-unfold2.html template template_env = {} # define 'unfold2_main' to the template engine @@ -105,5 +105,5 @@ def dashboard_view (request): # define {js,css}_{files,chunks} prelude_env = page.prelude_env() template_env.update(prelude_env) - return render_to_response ('view-plugin.html',template_env, + return render_to_response ('view-unfold2.html',template_env, context_instance=RequestContext(request))