Update status-testcases.html
This commit is contained in:
parent
3c278f1208
commit
05f952c87b
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue