mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed missing ) in log detail page
This commit is contained in:
parent
ce318bab9a
commit
91cab91c81
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
{% if log_entry.user %}
|
{% if log_entry.user %}
|
||||||
{{ helper.user_icon_link(log_entry.user) }} (@{{ log_entry.user.username }})
|
{{ helper.user_icon_link(log_entry.user) }} (@{{ log_entry.user.username }})
|
||||||
{% else %}
|
{% else %}
|
||||||
@{{ log_entry.username }} ({% trans %}log.target_deleted{% endtrans %}
|
@{{ log_entry.username }} ({% trans %}log.target_deleted{% endtrans %})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue