changeset 1cf34b84b3e3 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=1cf34b84b3e3
description:
Add life stream link on TUM2019
diffstat:
templates/events/tum2019.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 0b898ae6175c -r 1cf34b84b3e3 templates/events/tum2019.html
--- a/templates/events/tum2019.html Tue May 28 11:41:02 2019 +0200
+++ b/templates/events/tum2019.html Wed May 29 16:35:51 2019 +0200
@@ -63,11 +63,15 @@
{% 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:[email protected]">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 %}