Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user_profile/templates/mi_fuego/my_tickets/my_ticket.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h3>No tenés bonos para este evento</h3>
</div>
</div>
{% endif %}
{% if ticket.restriccion %}
{% if ticket.restriccion and (ticket.has_ingreso_anticipado or ticket.has_late_checkout) %}
<div class="d-flex align-items-center gap-2">
<i class="fas fa-utensils text-warning" style="font-size: 0.875rem;"></i>
<div class="small d-flex align-items-center gap-2 flex-wrap">
Expand Down Expand Up @@ -642,7 +642,7 @@ <h3>No tenés bonos para este evento</h3>
</div>
</div>
{% endif %}
{% if ticket.restriccion %}
{% if ticket.restriccion and (ticket.has_ingreso_anticipado or ticket.has_late_checkout) %}
<div class="d-flex align-items-center gap-2">
<i class="fas fa-utensils text-warning" style="font-size: 0.875rem;"></i>
<div class="small d-flex align-items-center gap-2 flex-wrap">
Expand Down