From 208857ed4fd5ff8b5184bfbc914680b3c4576c75 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 9 Oct 2012 10:40:05 -0400 Subject: [PATCH] Fix bug from rebase --- cms/djangoapps/contentstore/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/views.py b/cms/djangoapps/contentstore/views.py index b4889b0621..609f800951 100644 --- a/cms/djangoapps/contentstore/views.py +++ b/cms/djangoapps/contentstore/views.py @@ -222,7 +222,7 @@ def edit_unit(request, location): return render_to_response('unit.html', { 'unit': item, - 'unit_location': published_location, + 'unit_location': location, 'components': components, 'component_templates': component_templates, 'draft_preview_link': lms_link,