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
83c6a720
Commit
83c6a720
authored
Dec 04, 2013
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1841 from edx/hotfix/error-msg-ORA-panel
Hotfix/error msg ora panel
parents
ddb24833
eb23b659
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
lms/templates/open_ended_problems/open_ended_problems.html
+13
-1
No files found.
lms/templates/open_ended_problems/open_ended_problems.html
View file @
83c6a720
...
...
@@ -16,6 +16,17 @@
<section
class=
"container"
>
<div
class=
"open-ended-problems"
data-ajax_url=
"${ajax_url}"
>
<div
class=
"error-container"
>
${error_text}
</div>
<br>
<div
style=
"color:red;"
>
<b>
${_("We're sorry, some student responses have been temporarily "
"hidden. We appreciate your patience as we work hard "
"to restore their visibility. Rest assured, no student "
"data has been lost.")}
</b>
</div>
<br>
<hr>
<h1>
${_("Open Ended Problems")}
</h1>
<h2>
${_("Instructions")}
</h2>
<p>
${_("Here is a list of open ended problems for this course.")}
</p>
...
...
@@ -48,4 +59,4 @@
%endif
%endif
</div>
</section>
</section>
\ No newline at end of file
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