Commit eb23b659 by Adam Palay

add temporary error message for ORA panel

parent ddb24833
...@@ -16,6 +16,17 @@ ...@@ -16,6 +16,17 @@
<section class="container"> <section class="container">
<div class="open-ended-problems" data-ajax_url="${ajax_url}"> <div class="open-ended-problems" data-ajax_url="${ajax_url}">
<div class="error-container">${error_text}</div> <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> <h1>${_("Open Ended Problems")}</h1>
<h2>${_("Instructions")}</h2> <h2>${_("Instructions")}</h2>
<p>${_("Here is a list of open ended problems for this course.")}</p> <p>${_("Here is a list of open ended problems for this course.")}</p>
...@@ -48,4 +59,4 @@ ...@@ -48,4 +59,4 @@
%endif %endif
%endif %endif
</div> </div>
</section> </section>
\ No newline at end of file
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