Add text to search page button

This commit is contained in:
Keith Mitchell
2012-07-13 09:20:29 -07:00
committed by Neil Williams
parent a07741f31a
commit cbadd98a85

View File

@@ -78,7 +78,7 @@
${_('limit my search to %(path)s') % dict(path=thing.site.path.rstrip('/'))}</label>
%endif
${search_faq()}
<input type="submit" />
<input type="submit" value="${_('search reddit')}" />
%endif
%for k, v in thing.search_params.iteritems():