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:
commit
a41f247ffa
|
@ -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