Commit eb23b659 by Adam Palay

add temporary error message for ORA panel

parent ddb24833
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment