Admin mode needed for some features
This commit is contained in:
parent
2cf5dbb22e
commit
e6647a6425
4 changed files with 15 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<p>
|
||||
<form action="{{ url_for("search_people") }}">
|
||||
<a href="{{ url_for("index") }}">home</a>
|
||||
<a href="{{ url_for("index") }}">conferences</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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue