Add email addresses to talk proposals list
This commit is contained in:
parent
28c73b4295
commit
711fde5a2f
1 changed files with 1 additions and 1 deletions
|
@ -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 }} <{{ proposal.speaker.email }}></strong></small>
|
||||
<br />
|
||||
{{ proposal.title }}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue