Bug cockpit

This commit is contained in:
2026-05-07 21:02:31 +02:00
parent 0bca327b80
commit a6a41a52e6
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
"Bash(git push *)",
"Bash(git commit -m 'Add Dockerfile for Docker production deployment *)",
"Bash(git commit -m 'Auto-seed default sources on first startup *)",
"Bash(py -c \"from app import app; print\\('OK'\\)\")"
"Bash(py -c \"from app import app; print\\('OK'\\)\")",
"Bash(py -c ' *)"
]
}
}

View File

@@ -237,7 +237,7 @@
<i class="fas fa-sliders-h me-1"></i>Modifier le ciblage
</button>
<form action="{{ url_for('admin_library_delete', rid=rec.id) }}" method="post"
onsubmit="return confirm('Retirer « {{ rec.title|replace(&quot;'&quot;, '') }} » de la bibliothèque ?')">
onsubmit="return confirm('Archiver cette recommandation ?')">
<button type="submit" class="btn btn-sm btn-outline-danger">
<i class="fas fa-archive me-1"></i>Archiver
</button>