diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 541b230..42b02df 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,6 +5,12 @@ Dashboard {% endblock %} {% block content %} + + <form method="get" action="/packages/"> + <input type="text" name="q" value="{{ query or ''}}" /> + <input type="submit" value="Search" /> + </form> + <div class="box box_grey"> <h2>{{ self.title() }}</h2> |
