small reformating of the customer table

This commit is contained in:
Andreas Zweili 2019-07-25 20:41:52 +02:00
parent 1d6c631af3
commit 462d0169eb
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@
{% if customer_list %}
<table class="sortable">
<tr>
<th>Name</th>
<th>Computers</th>
<th>Devices</th>
<th colspan="3">Name</th>
</tr>
{% for customer in customer_list %}
<tr>