Commit 3ca2bf46 by Chris Dodge

move lines together

parent 8ece6632
...@@ -241,8 +241,7 @@ def edit_subsection(request, location): ...@@ -241,8 +241,7 @@ def edit_subsection(request, location):
(field.name, field.read_from(item)) (field.name, field.read_from(item))
for field for field
in item.fields in item.fields
if field.name not in ['display_name', 'start', 'due', 'format'] and if field.name not in ['display_name', 'start', 'due', 'format'] and field.scope == Scope.settings
field.scope == Scope.settings
) )
can_view_live = False can_view_live = False
......
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