Admin mode needed for some features

This commit is contained in:
Edward Betts 2023-09-24 09:21:16 +01:00
parent 2cf5dbb22e
commit e6647a6425
4 changed files with 15 additions and 5 deletions

View file

@ -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">