diff --git a/templates/audit_log.html b/templates/audit_log.html index 68b54f80..2ae23517 100644 --- a/templates/audit_log.html +++ b/templates/audit_log.html @@ -3,20 +3,31 @@ {% block content %} -
-
-
-

Acitivity History

-
+
+
+

Activity History

+
-
    - {% for event in audit_events %} -
  • {{ event }}
  • - {% endfor %} -
+
    + {% for event in audit_events %} +
  • +
    +
    + +
    -
+
+

+ {{ event.user.full_name if event.user else "ATAT System" }} +

+ {{ event.activity_description }} +
+ + + {% endfor %} + + +
-
{% endblock %}