diff --git a/app/eve_api/templates/eve_api/log.html b/app/eve_api/templates/eve_api/log.html index 0cd9d21..ca3d719 100644 --- a/app/eve_api/templates/eve_api/log.html +++ b/app/eve_api/templates/eve_api/log.html @@ -1,14 +1,11 @@ {% extends "base.html" %} {% block title %}EVE API Access Logs{% endblock %} -{% load pagination_tags %} + {% block content %} -
| Service ID | Date / Time | API |
|---|---|---|
| {{ log.service }} | {{ log.time_access }} | @@ -16,7 +13,4 @@