This commit is contained in:
parent
13cb316fef
commit
8708501f71
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue