fix audio recordings not showing in proceedings. Commit ready for merge.
- Legacy-Id: 8853
This commit is contained in:
parent
cd8cf00c52
commit
a459356043
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue