diff --git a/templates/admin.html b/templates/admin.html
index cc44e77..50ec5c0 100644
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -305,6 +305,12 @@
Impostazioni Progetto
+
@@ -569,14 +575,4 @@
} else {
alert('Errore nell\'eliminare la milestone');
}
- });
- }
- }
-
- // Update settings
- document.getElementById('settingsForm').addEventListener('submit', function(e) {
- e.preventDefault();
-
- const formData = {
- project_name: document.getElementById('project_name').value,
-
\ No newline at end of file
+
\ No newline at end of file