diff --git a/templates/audit_log/audit_log.html b/templates/audit_log/audit_log.html index 222eca87..9290ba21 100644 --- a/templates/audit_log/audit_log.html +++ b/templates/audit_log/audit_log.html @@ -3,23 +3,23 @@ {% block content %} +
+
+
+

Activity History

+
-
-
-

Activity History

-
- -
    - {% for event in audit_events %} -
  • - {% autoescape false %} - {{ event | renderAuditEvent }} - {% endautoescape %} -
  • - {% endfor %} -
+
    + {% for event in audit_events %} +
  • + {% autoescape false %} + {{ event | renderAuditEvent }} + {% endautoescape %} +
  • + {% endfor %} +
+
{{ Pagination(audit_events, 'atst.activity_history') }} - -
+
{% endblock %}