]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/views/bundle.py
[views] Don't use bundle owner for current user
[patchwork] / apps / patchwork / views / bundle.py
index 5f990c44dfe0d1f705370cbd8d8e3a922a623fe4..d8e4e2fc82ca65282bd78037cec9b5719d03a62f 100644 (file)
@@ -173,6 +173,6 @@ def public(request, username, bundlename):
             filter_settings = filter_settings,
             patches = bundle.patches.all())
 
-    context.update({'bundle': bundle,
-            'user': user});
+    context['bundle'] = bundle
+
     return render_to_response('patchwork/bundle-public.html', context)