From 59e0040e19b986f5e0996f68b90f270c599fdd55 Mon Sep 17 00:00:00 2001 From: Rene Sorel Date: Thu, 27 Oct 2016 16:18:36 +0200 Subject: [PATCH] fix bad closing tag --- lms/templates/staff_problem_info.html | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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} - - - %for name, field in fields: - - %endfor -
${_('Module Fields')}
${name}
${field | h}
- - - %for name, field in xml_attributes.items(): - - %endfor -
${_('XML attributes')}
${name}
${field | h}
-category = ${category | h} + + + %for name, field in fields: + + %endfor +
${_('Module Fields')}
${name}
${field | h}
+ + + %for name, field in xml_attributes.items(): + + %endfor +
${_('XML attributes')}
${name}
${field | h}
+ category = ${category | h}
%if render_histogram: