Add logging of log ins

This commit is contained in:
rubenwardy
2020-12-09 20:38:36 +00:00
parent 4433c32afc
commit 333dd60b32
8 changed files with 21 additions and 48 deletions

View File

@@ -11,6 +11,6 @@ Audit Log
{% from "macros/audit_log.html" import render_audit_log %}
{{ render_pagination(pagination, url_set_query) }}
{{ render_audit_log(log, show_view=True) }}
{{ render_audit_log(log) }}
{{ render_pagination(pagination, url_set_query) }}
{% endblock %}