Skip to content

Commit a41f247

Browse files
committed
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 a459356
2 parents 5c51937 + a459356 commit a41f247

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/secr/templates/proceedings/proceedings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ <h3>Technical Advisor(s)</h3>
8585
<br /><br /></td></tr></table>
8686

8787
<h3>Recordings:</h3>
88-
{% if materials.record %}
88+
{% if materials.recording %}
8989
<ul>
90-
{% for record in materials.record %}
90+
{% for record in materials.recording %}
9191
<li><a href="{{ record.href }}" target="_blank">{{ record.title }}</a></li>
9292
{% endfor %}
9393
</ul>

0 commit comments

Comments
 (0)