From c21ae79b33f4387a08cda099b009895092ef2d48 Mon Sep 17 00:00:00 2001
From: X O <xo@wvvw.me>
Date: Wed, 9 Dec 2015 14:40:22 +1030
Subject: [PATCH] move form to fix buttons not working

---
 gui/slick/views/manage.mako | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gui/slick/views/manage.mako b/gui/slick/views/manage.mako
index d667d1e35..710a00364 100644
--- a/gui/slick/views/manage.mako
+++ b/gui/slick/views/manage.mako
@@ -10,7 +10,7 @@
 <%block name="content">
 <%namespace file="/inc_defs.mako" import="renderQualityPill"/>
 
-
+<form name="massUpdateForm" method="post" action="massUpdate">
 <table style="width: 100%;" class="home-header">
     <tr>
         <td nowrap>
@@ -35,8 +35,6 @@
     </tr>
 </table>
 
-<form name="massUpdateForm" method="post" action="massUpdate">
-
 <table id="massUpdateTable" class="tablesorter" cellspacing="1" border="0" cellpadding="0">
     <thead>
         <tr>
-- 
GitLab