This commit is contained in:
SBD
2023-11-27 18:23:51 +03:00
parent 57a419eeaa
commit a74a0c1f57
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
</div>
{% endif %}
{% if ticket %}
<div class="name_ticket">
<div class="name_ticket {% if not user.is_staff and not staff %}w_100{% endif %}">
<span>{{ ticket.name }}</span>
</div>