diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html index 36db395c3d..4d5cbfea6c 100644 --- a/lms/templates/staff_problem_info.html +++ b/lms/templates/staff_problem_info.html @@ -87,16 +87,17 @@ ${block_content}
is_released = ${is_released} location = ${location.to_deprecated_string() | h} + %for name, field in fields: - + %endfor
${_('Module Fields')}
${name}
${field | h}
${name}
${field | h}
%for name, field in xml_attributes.items(): - + %endfor
${_('XML attributes')}
${name}
${field | h}
${name}
${field | h}
category = ${category | h}