Switch EVE API access log view to class based views

This commit is contained in:
2011-12-24 01:55:45 +00:00
parent 928f81d592
commit ad7a427c00
4 changed files with 24 additions and 16 deletions

View File

@@ -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>