mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Switch EVE API access log view to class based views
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<tr><th>Service ID</th><th>Date / Time</th><th>API</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for log in logs %}
|
||||
{% for log in object_list %}
|
||||
<tr>
|
||||
<td>{{ log.service }}</td>
|
||||
<td>{{ log.time_access }}</td>
|
||||
|
||||
Reference in New Issue
Block a user