Files
edx-platform/lms/templates/open_ended_error.html
2012-11-30 14:14:29 -05:00

12 lines
304 B
HTML

<section>
<div class="shortform">
<div class="result-errors">
There was an error with your submission. Please contact course staff.
</div>
</div>
<div class="longform">
<div class="result-errors">
${errors}
</div>
</div>
</section>