diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/packages/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index 53ffac0..5a9e58c 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -9,6 +9,7 @@ {% if type %}<input type="hidden" name="type" value="{{ type }}" />{% endif %} <input type="text" name="q" value="{{ query or ''}}" /> <input type="submit" value="Search" /> + <input type="submit" name="lucky" value="I'm feeling lucky" /> <p> Found {{ packages_count }} packages. |
