From 8f352d81919308a59df70b2aad93910f83d7f920 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sat, 19 Aug 2017 12:48:54 +0200 Subject: [PATCH] put tickets page under maintenance for now --- src/shop/templates/ticket_list.html | 43 +---------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) 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 %}