summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/templates/talk/list-talks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/talk/list-talks.html b/project/templates/talk/list-talks.html
index cb46e4e..f263991 100644
--- a/project/templates/talk/list-talks.html
+++ b/project/templates/talk/list-talks.html
@@ -21,7 +21,7 @@
<td>{{ talk.contact }}</td>
<td>{{ talk.topic }}</td>
<td>{{ talk.duration }}</td>
- <td>{{ talk.audience }}</td>
+ <td>{{ talk.get_audience_display }}</td>
</tr>
{% endfor %}
</table>