This commit is contained in:
Holger Trampe 2021-10-23 13:12:35 +02:00
parent 13cb316fef
commit 8708501f71
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<thead>
<tr>
<th scope="col">Agenturname</th>
<th scope="col">NC Import ID</th>
<th scope="col">NC Main ID</th>
<th scope="col">Registriert am</th>
<th scope="col">Mitarbeiter</th>
<th scope="col">Standards</th>
@ -22,7 +22,7 @@
{% getAgencyData ele as agdata %}
<tr>
<td><a href="{% url 'adm-agency-single' ele.pk %}">{{ele.name}}</a></td>
<td>{{ele.importid}}</td>
<td>{{ele.pk}}</td>
<td data-sort='{{ele.registerdate|date:"U"}}'>{{ele.registerdate}}</td>
<td>{{agdata.0}}</td>
<td>{{agdata.1}}</td>