Delete html response now reflects number of affected rows
This commit is contained in:
4
templates/delete.html
Normal file
4
templates/delete.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<h1>DELETE</h1>
|
||||
<p>{_statement}</p>
|
||||
<hr>
|
||||
<p>Rows affected: {_rows_affected}</p>
|
||||
Reference in New Issue
Block a user