diff --git a/src/shop/templates/ticket_list.html b/src/shop/templates/ticket_list.html index 25273fbc..d82dd48d 100644 --- a/src/shop/templates/ticket_list.html +++ b/src/shop/templates/ticket_list.html @@ -3,46 +3,5 @@ {% load shop_tags %} {% block shop_content %} -

Tickets

- - - - - - {% for ticket in tickets %} - -
- Ticket owner - - Product name - - Price - - Checked in - -
- - {% if ticket.name %} - {{ ticket.name }} - {% else %} - Click here to set the owner of this ticket - {% endif %} - - - - {{ ticket.product.name }} - - - - {{ ticket.product.price|currency }} - - {% if ticket.checked_in %} - Yes - {% else %} - Not yet - {% endif %} - {% endfor %} -
- - +

Under maintenance

{% endblock %}