Browse Source

Fix typo in promotions dashboard view

master
Sebastian Vetter 13 years ago
parent
commit
a6ff168dfd
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      oscar/apps/dashboard/promotions/views.py

+ 1
- 2
oscar/apps/dashboard/promotions/views.py View File

@@ -291,8 +291,7 @@ class UpdateHandPickedProductListView(UpdateView):
291 291
             return HttpResponseRedirect(self.get_success_url())
292 292
 
293 293
         ctx = self.get_context_data(product_formset=product_formset)
294
-        return self.render_response(ctx)
295
-
294
+        return self.render_to_response(ctx)
296 295
 
297 296
 # ============
298 297
 # DELETE VIEWS

Loading…
Cancel
Save