Skip to content

Commit

Permalink
Fix message about not having tickets when one actually does.
Browse files Browse the repository at this point in the history
  • Loading branch information
valberg committed Jul 30, 2023
1 parent 808dd3c commit 4e0af5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiles/templates/tickets/ticket_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4>Your Tickets</h4>
</div>
<div class="panel-body">

{% if not tickets or not tickets_in_groups %}
{% if not tickets and not tickets_in_groups %}
<h3> You don't have any tickets yet. We hope to see you at the next BornHack!</h3>
{% endif %}

Expand Down

0 comments on commit 4e0af5e

Please sign in to comment.