Search form and pagination
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
|
||||
{% block content %}
|
||||
<h1>Recent Graphs</h1>
|
||||
|
||||
<form id="searchform" action="."
|
||||
method="get" accept-charset="utf-8">
|
||||
<button class="button blue small" type="submit">
|
||||
Search
|
||||
</button>
|
||||
<input class="searchfield" id="searchbox" name="q" type="text" placeholder="Search">
|
||||
</form>
|
||||
{% if graphs1 %}
|
||||
<div class="grid_1 alpha">
|
||||
<p> </p>
|
||||
|
||||
Reference in New Issue
Block a user