aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-21 20:10:11 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-21 20:10:11 +0000
commit87d7b142834a78ffa08e1feecfe59192aa89475b (patch)
tree0c9159c9135d6c28d32308ac4048e0b7c3257649 /app/templates
parent4e870bd641338f661ef4d317edead6509aad22db (diff)
downloadcheatdb-87d7b142834a78ffa08e1feecfe59192aa89475b.tar.xz
Add packages page to list all types
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 541b230..42b02df 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -5,6 +5,12 @@ Dashboard
{% endblock %}
{% block content %}
+
+ <form method="get" action="/packages/">
+ <input type="text" name="q" value="{{ query or ''}}" />
+ <input type="submit" value="Search" />
+ </form>
+
<div class="box box_grey">
<h2>{{ self.title() }}</h2>