diff pylons_app/templates/branches/branches.html @ 189:410101210923

removed search field from templates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 01:42:03 +0200
parents 3f01d02c2cc6
children 7ec4463b6e53
line wrap: on
line diff
--- a/pylons_app/templates/branches/branches.html	Sat May 22 01:35:19 2010 +0200
+++ b/pylons_app/templates/branches/branches.html	Sat May 22 01:42:03 2010 +0200
@@ -11,14 +11,7 @@
     ${_('branches')}
 </%def>
 <%def name="page_nav()">
-        <form action="log">
-            <dl class="search">
-                <dt><label>Search: </label></dt>
-                <dd><input type="text" name="rev" /></dd>
-            </dl>
-        </form>
-
-		${self.menu('branches')}    
+	${self.menu('branches')}    
 </%def>
 <%def name="main()">