diff --git a/templates/audit_log/audit_log.html b/templates/audit_log/audit_log.html
index 3b505135..9290ba21 100644
--- a/templates/audit_log/audit_log.html
+++ b/templates/audit_log/audit_log.html
@@ -3,23 +3,23 @@
{% block content %}
+
+
+
-
-
+
+ {% 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') }}
+ {{ Pagination(audit_events, 'atst.activity_history') }}
+
{% endblock %}
diff --git a/templates/requests/index.html b/templates/requests/index.html
index c94e47d1..8badc6dd 100644
--- a/templates/requests/index.html
+++ b/templates/requests/index.html
@@ -75,7 +75,7 @@
{% endif %}
-
+
{% if extended_view %}
{% endif %}
-
+
diff --git a/templates/workspaces/index.html b/templates/workspaces/index.html
index 18f80eac..6cedaa88 100644
--- a/templates/workspaces/index.html
+++ b/templates/workspaces/index.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
-
+
diff --git a/templates/workspaces/projects/index.html b/templates/workspaces/projects/index.html
index 0456068c..42333e50 100644
--- a/templates/workspaces/projects/index.html
+++ b/templates/workspaces/projects/index.html
@@ -21,7 +21,7 @@
{% else %}
{% for project in workspace.projects %}
-