# HG changeset patch
# User Cédric Krier <ced@b2ck.com>
# Date 1676743389 -3600
#      Sat Feb 18 19:03:09 2023 +0100
# Node ID f54f38a733e508fec1b0cc9355ea3b24943435c6
# Parent  e21ef5c14eb43fce41d12b0d9a9a958e3bb1837a
Use V2 of tito widget for TUB2023

diff --git a/templates/events/tub2023.html b/templates/events/tub2023.html
--- 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 %}