Skip to content
Snippets Groups Projects
Commit a280e230 authored by Brian Moe's avatar Brian Moe
Browse files

Query box gets focus on load.

parent 5b23ed41
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block bodyattrs %}
onload="document.search_form.query.focus();"
{% endblock %}
{% block title %}Search{% endblock %}
{% block heading %}Search{% endblock %}
{% block pageid %}search{% endblock %}
......@@ -20,7 +24,7 @@
{% block content %}
<form method="POST">
<form method="POST" name="search_form">
<table>
{{ form.as_table }}
<tr><td/><td><a onClick="toggle_visibility('hints');">Hints on querying</a></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment