Delete html response now reflects number of affected rows

This commit is contained in:
2019-07-09 14:50:23 +02:00
parent 74882d36c2
commit fdc647b288
4 changed files with 188 additions and 24 deletions

4
templates/delete.html Normal file
View File

@@ -0,0 +1,4 @@
<h1>DELETE</h1>
<p>{_statement}</p>
<hr>
<p>Rows affected: {_rows_affected}</p>