Aggiunta pulsante elimina
This commit is contained in:
2
app.py
2
app.py
@@ -54,7 +54,7 @@ def web_ui():
|
||||
html = "<table border>"
|
||||
for ciscomerda in compiti:
|
||||
html += "<tr>"
|
||||
html += f"<td>{ciscomerda["descrizione"]}</td>"
|
||||
html += f"<td>{ciscomerda["descrizione"]}</td><td><a href=\"/form_delete\" class=\"button\">Elimina</a>"
|
||||
html += "</tr>"
|
||||
html += "</table>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user