mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
add a confirmation button
This commit is contained in:
parent
dea22b9a89
commit
dce104a183
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
|
||||
<div class="container span-6 last">
|
||||
<a class="awesome large green button" href="{{ url_for("reset_bills") }}">Mark this as payed / processed</a>
|
||||
<a class="awesome large green button" onclick = "if (! confirm('Are you sure ?')) return false;" href="{{ url_for("reset_bills") }}">Mark this as payed / processed</a>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue