diff options
Diffstat (limited to 'app/templates/packages/list.html')
| -rw-r--r-- | app/templates/packages/list.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index 79426fd..d516f2c 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -5,10 +5,14 @@ {% endblock %} {% block content %} - <form method="get" action=""> + <form method="get" action="" class="plsearchform"> {% if type %}<input type="hidden" name="type" value="{{ type }}" />{% endif %} <input type="text" name="q" value="{{ query or ''}}" /> <input type="submit" value="Search" /> + + <p> + Found {{ packages | count }} packages. + </p> </form> <aside class="box box_grey outsidecontainer"> |
