Merged in [8853] from rcross@amsl.com:\n fix audio recordings not showing in proceedings.

- Legacy-Id: 8886
Note: SVN reference [8853] has been migrated to Git commit a459356043
This commit is contained in:
Henrik Levkowetz 2015-01-21 19:45:02 +00:00
commit a41f247ffa

View file

@ -85,9 +85,9 @@ and end with
<br /><br /></td></tr></table>
<h3>Recordings:</h3>
{% if materials.record %}
{% if materials.recording %}
<ul>
{% for record in materials.record %}
{% for record in materials.recording %}
<li><a href="{{ record.href }}" target="_blank">{{ record.title }}</a></li>
{% endfor %}
</ul>