[Update] 修复显示创建者字段值的问题

pull/3782/head
Bai 2020-03-17 15:02:44 +08:00
parent caee286973
commit c6a604fd5f
3 changed files with 2 additions and 6 deletions

View File

@ -61,7 +61,7 @@
</tr>
<tr>
<td>{% trans 'Created by' %}:</td>
<td><b>{{ asset_group.created_by }}</b></td>
<td><b>{{ admin_user.created_by }}</b></td>
</tr>
<tr>
<td>{% trans 'Comment' %}:</td>

View File

@ -63,10 +63,6 @@
<td>{% trans 'Date created' %}:</td>
<td><b>{{ object.date_created }}</b></td>
</tr>
<tr>
<td>{% trans 'Created by' %}:</td>
<td><b>{{ object.created_by }}</b></td>
</tr>
<tr>
<td>{% trans 'Comment' %}:</td>
<td><b>{{ object.comment }}</b></td>

View File

@ -106,7 +106,7 @@
</tr>
<tr>
<td>{% trans 'Created by' %}:</td>
<td><b>{{ asset_group.created_by }}</b></td>
<td><b>{{ system_user.created_by }}</b></td>
</tr>
<tr>
<td>{% trans 'Comment' %}:</td>