diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/base.html | 2 | ||||
| -rw-r--r-- | app/templates/packages/list.html | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 50cf3ef..f2ece29 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -70,7 +70,7 @@ <li><a href="{{ url_for('user.login') }}">Sign in</a></li> {% endif %} </ul> - <div style="clear:both;"></div> + <div class="clearboth"></div> </div> </nav> 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"> |
