diff --git a/templates/events/tub2023.html b/templates/events/tub2023.html index e21ef5c14eb43fce41d12b0d9a9a958e3bb1837a_dGVtcGxhdGVzL2V2ZW50cy90dWIyMDIzLmh0bWw=..f54f38a733e508fec1b0cc9355ea3b24943435c6_dGVtcGxhdGVzL2V2ZW50cy90dWIyMDIzLmh0bWw= 100644 --- a/templates/events/tub2023.html +++ b/templates/events/tub2023.html @@ -42,11 +42,6 @@ Tryton Unconference Berlin<br/><smal>May 22nd-24th 2023</smal> {% endblock %} -{% block style %} -{{ super() }} -<link rel="stylesheet" type="text/css" href='//css.tito.io/v1.1'/> -{% endblock style %} - {% block lead %} <p class="lead"> From Monday, May 22nd to Wednesday, May 24th, 2023, the Tryton unconference comes to <a href="https://www.berlin.de/en/">Berlin</a>. @@ -155,5 +150,5 @@ {% block script %} {{ super() }} -<script src='//js.tito.io/v1' async></script> +<script src='https://js.tito.io/v2' async></script> {% endblock script %}