修复模板typo

This commit is contained in:
virusdefender 2016-03-27 18:33:44 +08:00
parent 76244e1fdf
commit 6eb711a03b

View File

@ -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 %}
-- --