Fix missing name parameter
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 29 Sep 2009 04:10:24 +0000 (22:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 29 Sep 2009 04:10:24 +0000 (22:10 -0600)
imp/templates/search/search.html

index 7c48137..bd7da23 100644 (file)
@@ -73,7 +73,7 @@
   </div>
   <div class="item">
    <label for="search_type"><gettext>Type:</gettext></label>
-   <select id="search_type">
+   <select id="search_type" name="search_type">
     <option value="vfolder"><gettext>Virtual Folder</gettext></option>
    </select>
   </div>