Commit 386ab10e by Vik Paruchuri

Apparently meld is weird at indenting

parent a09a4feb
...@@ -298,7 +298,6 @@ def edit_unit(request, location): ...@@ -298,7 +298,6 @@ def edit_unit(request, location):
else: else:
log.error("Improper format for course advanced keys! {0}".format(course_advanced_keys)) log.error("Improper format for course advanced keys! {0}".format(course_advanced_keys))
templates = modulestore().get_items(Location('i4x', 'edx', 'templates')) templates = modulestore().get_items(Location('i4x', 'edx', 'templates'))
for template in templates: for template in templates:
category = template.location.category category = template.location.category
......
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