parent
3319502087
commit
52eea7a409
1 changed files with 2 additions and 1 deletions
|
@ -41,8 +41,9 @@ webshim.polyfill('forms-ext');
|
|||
<div class="container-fluid">
|
||||
<div class="alert alert-danger">
|
||||
<form method="POST"
|
||||
onsubmit="return confirm('Are you sure you want to delete?');"
|
||||
action="{{ url_for ('db.delete_alarm', alarmid=alarmid) }}" >
|
||||
<button class="btn btn-danger">Cancella</button>
|
||||
<input type="submit" value="Cancella" class="btn btn-danger" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue