Changeset - 711fde5a2fd8
[Not reviewed]
fossy2024
0 1 0
Ben Sturmfels (bsturmfels) - 28 days ago 2024-06-08 00:11:40
ben@sturm.com.au
Add email addresses to talk proposals list
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/reviews/_review_table.html
Show inline comments
...
 
@@ -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>
0 comments (0 inline, 0 general)