/")
diff --git a/app/templates/admin/audit.html b/app/templates/admin/audit.html
index 1f3dcc47..5f4b9bac 100644
--- a/app/templates/admin/audit.html
+++ b/app/templates/admin/audit.html
@@ -7,6 +7,14 @@ Audit Log
{% block content %}
Audit Log
+ {% from "macros/forms.html" import render_field, render_submit_field %}
+
+
{% from "macros/pagination.html" import render_pagination %}
{% from "macros/audit_log.html" import render_audit_log %}
diff --git a/app/templates/report/view.html b/app/templates/report/view.html
index 4a3b8579..d7035107 100644
--- a/app/templates/report/view.html
+++ b/app/templates/report/view.html
@@ -11,7 +11,9 @@
{% block content %}
+{% set url = url_for("report.view", rid=report.id) %}
+ View audit log
{{ _("Edit") }}