diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index a57fe75a..3e8ab5a0 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/templates/customer_index.html b/osinaweb/osinacore/templates/customer_index.html index 9e7adbd5..de85d055 100644 --- a/osinaweb/osinacore/templates/customer_index.html +++ b/osinaweb/osinacore/templates/customer_index.html @@ -149,43 +149,11 @@ - {% for ticket in customer_open_tickets %} -
-{{ticket.title }}
- - - {% if ticket.unread_updates_count > 0 %} -{{ticket.unread_updates_count}}
-{{ticket.ticket_number}}
-{{ticket.regarding}}
-{{ticket.ticketupdate_set.last.date_added}}
by {{ticket.ticketupdate_set.last.added_by.first_name}}