Update status-testcases.html

This commit is contained in:
Tran Trong Nghia 2022-12-21 18:13:07 +07:00 committed by GitHub
parent 3c278f1208
commit 05f952c87b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,8 @@
{% if submission.status != 'IE' %}
{% if submission.status == 'QU' %}
<h4>{{ _('We are waiting for a suitable judge to process your submission...') }}</h4>
<meta http-equiv="refresh" content="3" >
{% elif submission.status == 'P' %}
<h4>{{ _('Your submission is being processed...') }}</h4>
<meta http-equiv="refresh" content="3" >
{% elif submission.status == 'CE' %}
<h3><i class="fa fa-exclamation-circle fa-fw"></i>{{ _('Compilation Error') }}</h3>
<pre>{{ submission.error|ansi2html }}</pre>