Commit 208857ed by Calen Pennington

Fix bug from rebase

parent b19627cc
...@@ -222,7 +222,7 @@ def edit_unit(request, location): ...@@ -222,7 +222,7 @@ def edit_unit(request, location):
return render_to_response('unit.html', { return render_to_response('unit.html', {
'unit': item, 'unit': item,
'unit_location': published_location, 'unit_location': location,
'components': components, 'components': components,
'component_templates': component_templates, 'component_templates': component_templates,
'draft_preview_link': lms_link, 'draft_preview_link': lms_link,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment