From 34f12e04ca3a62120deaee2114222b9edfdda6cf Mon Sep 17 00:00:00 2001 From: Brian Moe <brian.moe@ligo.org> Date: Thu, 17 May 2012 11:01:03 -0500 Subject: [PATCH] added another default button for default action --- templates/gracedb/query.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gracedb/query.html b/templates/gracedb/query.html index 84fec6c02..213c212ac 100644 --- a/templates/gracedb/query.html +++ b/templates/gracedb/query.html @@ -31,6 +31,7 @@ onload="document.search_form.query.focus();" </tr> <tr><td/><td>{% include "gracedb/query_help_frag.html" %}</td></tr> </table> + <input type="Submit" name="Submit" value="submit"/> <input type="Submit" name="ligolw" value="LigoLW"/> </form> -- GitLab