Skip to content
Snippets Groups Projects
Commit 1cf34b84 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Add life stream link on TUM2019

parent 0b898ae6
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@
{% block schedule %}
{{ super() }}
{% if datetime.date.today() < datetime.date(2019, 5, 30) %}
<div class="bg-light py-4 text-center">
<div class="bg-light py-4 mb-4 text-center">
<p class="lead"><span class="material-icons align-middle">build</span> The unconference is built by its participants.</p>
<a class="btn btn-primary text-uppercase my-4" href="mailto:tum2019@tryton.org">Submit a talk</a>
</div>
{% endif %}
......@@ -67,7 +67,11 @@
<p class="lead"><span class="material-icons align-middle">build</span> The unconference is built by its participants.</p>
<a class="btn btn-primary text-uppercase my-4" href="mailto:tum2019@tryton.org">Submit a talk</a>
</div>
{% endif %}
<div class="bg-light py-4 mb-4 text-center" id="video">
<p class="lead"><span class="material-icons align-middle">movie</span> The talks are recorded and life streamed on our Youtube channel.</p>
<a class="btn btn-lnk" href="https://www.youtube.com/c/TrytonSoftware/videos?view=2&sort=dd&live_view=502&shelf_id=2">Watch</a>
</div>
{% endblock schedule %}
{% block register %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment