Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
de5b989e
Commit
de5b989e
authored
Nov 01, 2016
by
Christina Roberts
Committed by
GitHub
Nov 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13862 from proversity-org/proversity/fix-closing-tag
Fix bad closing tag in staff problem info template
parents
689f614e
59e0040e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
lms/templates/staff_problem_info.html
+16
-16
No files found.
lms/templates/staff_problem_info.html
View file @
de5b989e
...
@@ -83,26 +83,26 @@ ${block_content}
...
@@ -83,26 +83,26 @@ ${block_content}
% endif
% endif
]
]
</div>
</div>
<div
id=
"result_${location.name | h}"
/
>
<div
id=
"result_${location.name | h}"
></div
>
</div>
</div>
<div
class=
"staff_info"
style=
"display:block"
>
<div
class=
"staff_info"
style=
"display:block"
>
is_released = ${is_released}
is_released = ${is_released}
location = ${location.to_deprecated_string() | h}
location = ${location.to_deprecated_string() | h}
<table
summary=
"${_('Module Fields')}"
>
<table
summary=
"${_('Module Fields')}"
>
<tr><th>
${_('Module Fields')}
</th></tr>
<tr><th>
${_('Module Fields')}
</th></tr>
%for name, field in fields:
%for name, field in fields:
<tr><td
style=
"width:25%"
>
${name}
</td><td><pre
style=
"display:inline-block; margin: 0;"
>
${field | h}
</pre></td></tr>
<tr><td
style=
"width:25%"
>
${name}
</td><td><pre
style=
"display:inline-block; margin: 0;"
>
${field | h}
</pre></td></tr>
%endfor
%endfor
</table>
</table>
<table>
<table>
<tr><th>
${_('XML attributes')}
</th></tr>
<tr><th>
${_('XML attributes')}
</th></tr>
%for name, field in xml_attributes.items():
%for name, field in xml_attributes.items():
<tr><td
style=
"width:25%"
>
${name}
</td><td><pre
style=
"display:inline-block; margin: 0;"
>
${field | h}
</pre></td></tr>
<tr><td
style=
"width:25%"
>
${name}
</td><td><pre
style=
"display:inline-block; margin: 0;"
>
${field | h}
</pre></td></tr>
%endfor
%endfor
</table>
</table>
category = ${category | h}
category = ${category | h}
</div>
</div>
%if render_histogram:
%if render_histogram:
<div
id=
"histogram_${element_id}"
class=
"histogram"
data-histogram=
"${histogram}"
></div>
<div
id=
"histogram_${element_id}"
class=
"histogram"
data-histogram=
"${histogram}"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment