There was an error while loading. Please reload this page.
2 parents 5c51937 + a459356 commit a41f247Copy full SHA for a41f247
1 file changed
ietf/secr/templates/proceedings/proceedings.html
@@ -85,9 +85,9 @@ <h3>Technical Advisor(s)</h3>
85
<br /><br /></td></tr></table>
86
87
<h3>Recordings:</h3>
88
-{% if materials.record %}
+{% if materials.recording %}
89
<ul>
90
- {% for record in materials.record %}
+ {% for record in materials.recording %}
91
<li><a href="{{ record.href }}" target="_blank">{{ record.title }}</a></li>
92
{% endfor %}
93
</ul>
0 commit comments