fix audio recordings not showing in proceedings. Commit ready for merge.

- Legacy-Id: 8853
This commit is contained in:
Ryan Cross 2015-01-09 00:01:43 +00:00
parent cd8cf00c52
commit a459356043

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>