diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html
index 7b68803424..c711af73a3 100644
--- a/lms/templates/staff_problem_info.html
+++ b/lms/templates/staff_problem_info.html
@@ -83,26 +83,26 @@ ${block_content}
% endif
]
-
+
-is_released = ${is_released}
-location = ${location.to_deprecated_string() | h}
+ is_released = ${is_released}
+ location = ${location.to_deprecated_string() | h}
-
- | ${_('Module Fields')} |
- %for name, field in fields:
- | ${name} | ${field | h} |
- %endfor
-
-
- | ${_('XML attributes')} |
- %for name, field in xml_attributes.items():
- | ${name} | ${field | h} |
- %endfor
-
-category = ${category | h}
+
+ | ${_('Module Fields')} |
+ %for name, field in fields:
+ | ${name} | ${field | h} |
+ %endfor
+
+
+ | ${_('XML attributes')} |
+ %for name, field in xml_attributes.items():
+ | ${name} | ${field | h} |
+ %endfor
+
+ category = ${category | h}
%if render_histogram: