diff --git a/inventory-app/templates/inventory_view.html b/inventory-app/templates/inventory_view.html
index 869c49f..d477931 100644
--- a/inventory-app/templates/inventory_view.html
+++ b/inventory-app/templates/inventory_view.html
@@ -162,12 +162,14 @@
-{% if can_audit %}
-
+
+{% if can_audit %}
Check that:
@@ -219,6 +221,7 @@ $(function() {
});
photoInput.change();
+{% if can_audit %}
var auditModal = $("div#audit-modal");
var auditButton = $("button#audit-modal-send");
var auditChecks = $("input.audit-check");
@@ -235,6 +238,7 @@ $(function() {
auditButton.prop("disabled", true);
}
});
+{% endif %}
});
{% endblock %}