[odrs-web/production] trivial: Fix deleting reviews



commit 854a11001b74591fe94696292254182ee99e9e4c
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 10 21:27:50 2017 +0100

    trivial: Fix deleting reviews

 app/templates/show.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/templates/show.html b/app/templates/show.html
index 30e6a65..0607b60 100644
--- a/app/templates/show.html
+++ b/app/templates/show.html
@@ -30,7 +30,7 @@
       </a>
 {% endif %}
       <a href="/admin/delete/{{r.review_id}}">
-        <button class="destructive-action" type="submit">Remove Forever</button>
+        <button class="destructive-action" type="button">Remove Forever</button>
       </a>
     </td>
   </tr>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]