various improvements
This commit is contained in:
parent
6922b1bf11
commit
d1a46dd422
11 changed files with 504 additions and 74 deletions
|
|
@ -1,5 +1,12 @@
|
|||
<p>
|
||||
<form action="{{ url_for("search_people") }}">
|
||||
<a href="{{ url_for("index") }}">home</a>
|
||||
| <a href="{{ url_for("events_page") }}">events</a>
|
||||
| <a href="{{ url_for("top_speakers_page") }}">speakers</a>
|
||||
|
||||
<input type="text" class="form-control" placeholder="speaker name" name="q" id="q">
|
||||
<button type="submit" class="btn btn-primary">search</button>
|
||||
</form>
|
||||
|
||||
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue