diff pylons_app/templates/shortlog/shortlog.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 787689980bcd
children 05b212954275
line wrap: on
line diff
--- a/pylons_app/templates/shortlog/shortlog.html	Sat May 22 01:35:19 2010 +0200
+++ b/pylons_app/templates/shortlog/shortlog.html	Sat May 22 01:42:03 2010 +0200
@@ -11,14 +11,7 @@
     ${_('shortlog')}
 </%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('shortlog')}     
+	${self.menu('shortlog')}     
 </%def>
 <%def name="main()">