diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-08-25 18:50:05 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-08-25 18:50:05 +0100 |
| commit | 0210a3e6017732a4588190e22f39ff1b4fbc2e8c (patch) | |
| tree | b77297478030dd8652645ec500ca551dbd9aa986 /app/templates | |
| parent | 36000b159273d06aba3fb56eab2cd78099b7e54a (diff) | |
| download | cheatdb-0210a3e6017732a4588190e22f39ff1b4fbc2e8c.tar.xz | |
Add I'm feeling lucky
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. |
