From eb23b65992919cb8d8be6b23a0e3edf3a775b3f9 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 4 Dec 2013 13:03:12 -0500 Subject: [PATCH] add temporary error message for ORA panel --- .../open_ended_problems/open_ended_problems.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lms/templates/open_ended_problems/open_ended_problems.html b/lms/templates/open_ended_problems/open_ended_problems.html index 3fe03bac0f..2167e31ce8 100644 --- a/lms/templates/open_ended_problems/open_ended_problems.html +++ b/lms/templates/open_ended_problems/open_ended_problems.html @@ -16,6 +16,17 @@
${error_text}
+
+
+ + ${_("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.")} + +
+
+

${_("Open Ended Problems")}

${_("Instructions")}

${_("Here is a list of open ended problems for this course.")}

@@ -48,4 +59,4 @@ %endif %endif
-
+ \ No newline at end of file