Add email addresses to talk proposals list

This commit is contained in:
Ben Sturmfels 2024-06-08 10:11:40 +10:00
parent 28c73b4295
commit 711fde5a2f
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -22,7 +22,7 @@
<td>{{ proposal.number }}</td>
<td>
<a href="{% url "review_detail" proposal.pk %}">
<small><strong>{{ proposal.speaker }}</strong></small>
<small><strong>{{ proposal.speaker }} &lt;{{ proposal.speaker.email }}&gt;</strong></small>
<br />
{{ proposal.title }}
</a>