Fix bug from rebase

This commit is contained in:
Calen Pennington
2012-10-09 10:40:05 -04:00
parent b19627ccf3
commit 208857ed4f

View File

@@ -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,