feat: 中文状态显示
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{% elif report.status == 'revoked' %} bg-warning text-dark
|
||||
{% elif report.status == 'overturned' %} bg-secondary
|
||||
{% else %} bg-info {% endif %}">
|
||||
{{ report.status }}
|
||||
{{ report.status | translate_status }}
|
||||
</span>
|
||||
</td>
|
||||
<td>{{ report.created_at.strftime('%Y-%m-%d %H:%M') }}</td>
|
||||
|
||||
Reference in New Issue
Block a user