Improve
This commit is contained in:
parent
f3f570063f
commit
c4eec7bb73
|
@ -3,20 +3,9 @@
|
||||||
{% block title %}Conference archive{% endblock %}
|
{% block title %}Conference archive{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div>
|
||||||
<div class="row">
|
|
||||||
<h1>Conference archive</h1>
|
<h1>Conference archive</h1>
|
||||||
|
|
||||||
{#
|
|
||||||
<form action="{{ url_for("search_people") }}">
|
|
||||||
<div class="mb-3">
|
|
||||||
<label for="q" class="form-label">speaker name</label>
|
|
||||||
<input type="text" class="form-control" name="q" id="q">
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-primary">Search</button>
|
|
||||||
</form>
|
|
||||||
#}
|
|
||||||
|
|
||||||
<div style="margin-bottom:1rem">
|
<div style="margin-bottom:1rem">
|
||||||
👥
|
👥
|
||||||
{{ "{:,d}".format(count.conference) }} conferences<br/>
|
{{ "{:,d}".format(count.conference) }} conferences<br/>
|
||||||
|
@ -25,9 +14,7 @@
|
||||||
📍
|
📍
|
||||||
{{ "{:,d}".format(count.venue) }} venues<br/>
|
{{ "{:,d}".format(count.venue) }} venues<br/>
|
||||||
🎤
|
🎤
|
||||||
{{ "{:,d}".format(count.event) }} talks {# -
|
{{ "{:,d}".format(count.event) }} talks<br/>
|
||||||
<a href="{{ url_for("events_page") }}">most common titles</a> #}
|
|
||||||
<br/>
|
|
||||||
👤
|
👤
|
||||||
{{ "{:,d}".format(count.person) }} speakers
|
{{ "{:,d}".format(count.person) }} speakers
|
||||||
<a href="{{ url_for("top_speakers_page") }}">top speakers</a><br/>
|
<a href="{{ url_for("top_speakers_page") }}">top speakers</a><br/>
|
||||||
|
@ -67,10 +54,6 @@
|
||||||
{{ item.people_detail.count() }} speakers<br/>
|
{{ item.people_detail.count() }} speakers<br/>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue