Replace fontawesome with latest version 6.5.2 (#116)
This commit is contained in:
parent
46c950dc37
commit
44682900e1
2100 changed files with 20227 additions and 7902 deletions
|
@ -10,14 +10,14 @@
|
|||
<pre>{{ submission.error|ansi2html }}</pre>
|
||||
{% else %}
|
||||
{% if submission.error %}
|
||||
<h3><i class="fa fa-exclamation-triangle fa-fw"></i>{{ _('Compilation Warnings') }}</h3>
|
||||
<h3><i class="fa fa-exclamation-triangle"></i>{{ _('Compilation Warnings') }}</h3>
|
||||
<pre>{{ submission.error|ansi2html }}</pre>
|
||||
<hr><br>
|
||||
{% endif %}
|
||||
{% if is_pretest %}
|
||||
<h3><i class="fa fa-check-square-o fa-fw"></i>{{ _('Pretest Execution Results') }}</h3>
|
||||
<h3><i class="far fa-check-square"></i> {{ _('Pretest Execution Results') }}</h3>
|
||||
{% else %}
|
||||
<h3><i class="fa fa-check-square-o fa-fw"></i>{{ _('Execution Results') }}</h3>
|
||||
<h3><i class="far fa-check-square"></i> {{ _('Execution Results') }}</h3>
|
||||
{% endif %}
|
||||
|
||||
{% for batch in batches %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue