修复模板typo
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
{% if submissions %}
|
{% if submissions %}
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="" success>
|
<tr class="success">
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>提交时间</th>
|
<th>提交时间</th>
|
||||||
<th>语言</th>
|
<th>语言</th>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
{{ item.language|translate_language }}
|
{{ item.language|translate_language }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if item.accepted_answer_time %}
|
{% if item.accepted_answer_time != None %}
|
||||||
{{ item.accepted_answer_time }}ms
|
{{ item.accepted_answer_time }}ms
|
||||||
{% else %}
|
{% else %}
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user