Add packages page to list all types

This commit is contained in:
rubenwardy
2018-03-21 20:10:11 +00:00
parent 4e870bd641
commit 87d7b14283
2 changed files with 23 additions and 8 deletions

View File

@@ -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>