diff --git a/Web/templates/edit_library.html b/Web/templates/edit_library.html
index 26174ef..16dac25 100644
--- a/Web/templates/edit_library.html
+++ b/Web/templates/edit_library.html
@@ -1001,4 +1001,6 @@
const codeField = document.getElementById('code_4');
if (codeField) codeField.addEventListener('blur', function() { validateCodeField(this, getItemId()); });
});
-
\ No newline at end of file
+
+
+{% endblock %}
\ No newline at end of file