Added a link to the meetecho session recording (not the youtube conversion) on the IETF agenda page.

- Legacy-Id: 12430
This commit is contained in:
Henrik Levkowetz 2016-11-30 21:02:33 +00:00
parent 9c9b15bec8
commit 2a9a7afd0b
3 changed files with 12 additions and 7 deletions

View file

@ -1030,7 +1030,6 @@ class Session(models.Model):
return self._cached_minutes
def recordings(self):
return list(self.get_material("recording", only_one=False))
def bluesheets(self):

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load staticfiles %}
{% load ietf_filters %}
{% load textfilters %}
@ -413,12 +413,11 @@
</a>
{% endif %}
{% endfor %}
{% else %}
<a class="btn btn-default btn-xs"
href="http://www.meetecho.com/ietf{{schedule.meeting.number}}/recordings#{{item.session.historic_group.acronym.upper}}"
title="Meetecho video recording"><span class="fa fa-file-video-o"></span>
</a>
{% endif %}
<a class="btn btn-default btn-xs"
href="http://www.meetecho.com/ietf{{schedule.meeting.number}}/recordings#{{item.session.historic_group.acronym.upper}}"
title="Meetecho session recording"><img src="{% static 'ietf/images/meetecho-icon.svg' %}" alt="Meetecho Stream" width="12px">
</a>
{% endwith %}
{% endif %}
<!-- Audio recording -->