Merge pull request #1841 from edx/hotfix/error-msg-ORA-panel
Hotfix/error msg ora panel
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user