Jul 2nd - Optimized code 5

This commit is contained in:
2026-07-02 17:06:05 -04:00
parent 6e2afcb7ce
commit d2ea7174ba
+1 -1
View File
@@ -55,7 +55,7 @@
</span>
<div class="d-flex gap-2">
{% if current_user.is_it_staff %}
<a href="{{ url_for('tickets.create_ticket_behalf') }}" class="btn btn-secondary btn-sm">
<a href="{{ url_for('tickets.create_ticket_behalf') }}" class="btn btn-primary btn-sm">
<i class="bi bi-person-plus me-1"></i>File on Behalf
</a>
{% endif %}