Add audit event templates for each type of event

This commit is contained in:
Patrick Smith
2018-12-04 11:17:39 -05:00
parent d593f7577b
commit 7c3e0d8fab
11 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{% extends "audit_log/events/_base.html" %}
{% block content %}
on Request <code>{{ event.request_id }}</code> ({{ event.request.displayname }})
{% endblock %}