Reorganise code
This commit is contained in:
parent
a5f8070179
commit
253096bf59
21 changed files with 0 additions and 0 deletions
12
confarchive/templates/navbar.html
Normal file
12
confarchive/templates/navbar.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<p>
|
||||
<form action="{{ url_for("search_people") }}">
|
||||
<a href="{{ url_for("index") }}">conferences</a>
|
||||
| <a href="{{ url_for("top_speakers_page") }}">speakers</a>
|
||||
| <a href="{{ url_for("list_series") }}">series</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