[Pkg-debile-commits] [debile-web] 04/16: hidden_tag are no longer necessary

Sylvestre Ledru sylvestre at alioth.debian.org
Thu Aug 29 10:11:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit 94b13c32e70141d055096bf7dae0e752a7dc3999
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Wed Aug 28 11:28:58 2013 +0200

    hidden_tag are no longer necessary
---
 templates/search.html |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/search.html b/templates/search.html
index 5047ae9..65d0890 100644
--- a/templates/search.html
+++ b/templates/search.html
@@ -29,18 +29,15 @@
 
 <table><tr><td>By package</td><td>
 <form id="searchPackageForm" action="/package/" method="POST">
-    {{form.hidden_tag()}}
   <div class="ui-widget">{{form.package(size=20)}}
  <input type="submit" value="Search" /></div>
 </form>
 </td></tr>
 <tr><td>By maintainer</td><td>
 <form id="searchPackageForm" action="/package/">
-    {{form.hidden_tag()}}
   <div class="ui-widget">
  {{form.maintainer(size=20)}} <input type="submit" value="Search" />
  </div>
 </form>
 </td></tr>
 </table>
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list