diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-23 17:34:44 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-23 17:34:44 +0000 |
| commit | 63969529adf90a49916be56869ed4a63a9667e7c (patch) | |
| tree | 953e6fadda76abd50ce2bdf6635f4309cc5b6623 /app/templates/base.html | |
| parent | 08434300d872f43e427522ccf31856c327af7f47 (diff) | |
| download | cheatdb-63969529adf90a49916be56869ed4a63a9667e7c.tar.xz | |
Add random feature
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index db6d1f2..522e349 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -49,10 +49,10 @@ {% if type %}<input type="hidden" name="type" value="{{ type }}" />{% endif %} <input class="form-control mr-sm-2" name="q" type="text" placeholder="Search {{ title | lower or 'all packages' }}" value="{{ query or ''}}"> <input class="btn btn-secondary my-2 my-sm-0 mr-sm-2" type="submit" value="Search" /> - <input class="btn btn-secondary my-2 my-sm-0" + <!-- <input class="btn btn-secondary my-2 my-sm-0" data-toggle="tooltip" data-placement="bottom" title="Go to the first found result for this query." - type="submit" name="lucky" value="First" /> + type="submit" name="lucky" value="First" /> --> </form> <ul class="navbar-nav ml-auto"> {% if current_user.is_authenticated %} |
