]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Fix the form submission field.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 14 Mar 2015 02:15:15 +0000 (22:15 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 14 Mar 2015 02:15:15 +0000 (22:15 -0400)
xonstat/templates/server_index.mako

index 0eaac7adda1915b5dbf23f4e0265011c60c5f152..0c4c84033305a43d02ef05392b2ad6692dfb3307 100644 (file)
@@ -20,8 +20,8 @@
       <form method="get" action="${request.route_url('search')}">
         <div class="row">
           <div class="small-7 columns">
-            <input type="hidden" name="server_name" />
-            <input type="text" name="nick" />
+            <input type="hidden" name="fs" />
+            <input type="text" name="server_name" />
           </div>
           <div class="small-5 columns">
             <input type="submit" value="search" />
@@ -53,6 +53,7 @@
       </table>
 
       ${navlinks("server_index", servers.page, servers.last_page)}
+
     </div>
   </div>
 % endif