Private
Public Access
1
0

improved search forms

This commit is contained in:
Sander Roosendaal
2018-12-08 09:56:46 +01:00
parent 5496a0f533
commit b9062bd768
9 changed files with 60 additions and 44 deletions

View File

@@ -60,14 +60,12 @@
<p>
<form id="searchform" action="/rowers/list-courses/"
method="get" accept-charset="utf-8">
<input class="searchfield" id="searchbox" name="q" type="text" placeholder="Search">
<button class="button blue small" type="submit">
Search
</button>
{{ searchform }}
<input type="submit" value="GO"></input>
</form>
</p>
<p>
<a class="button small green" href="/rowers/courses/upload">Add Courses</a>
<a href="/rowers/courses/upload">Add Courses</a>
</p>
{% if announcements %}
<h3>What's New?</h3>