location admin: improve admin crud for location

This commit is contained in:
nobohan
2021-10-22 10:01:24 +02:00
parent e9322e61d4
commit e24fd8aff0
6 changed files with 54 additions and 19 deletions

View File

@@ -7,10 +7,10 @@
<thead>
<tr>
<th>{{ 'Name'|trans }}</th>
<th>{{ 'phonenumber1'|trans }}</th>
<th>{{ 'phonenumber2'|trans }}</th>
<th>{{ 'email'|trans }}</th>
<th>{{ 'address'|trans }}</th>
<th>{{ 'Phonenumber1'|trans }}</th>
<th>{{ 'Phonenumber2'|trans }}</th>
<th>{{ 'Email'|trans }}</th>
<th>{{ 'Address'|trans }}</th>
</tr>
</thead>
<tbody>