Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tryton/communication/website
1 result
Show changes
Commits on Source (2)
......@@ -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 %}
......@@ -278,7 +278,7 @@
</div>
<div class="col-lg">
<p class="text-white">
If you are organizing an event around Tryton and want to be listed here, please send us an email
If you are organizing an event around Tryton and want to be listed here, please send us a message.
</p>
<div class="d-flex">
<a class="btn btn-dark ms-auto" href="https://discuss.tryton.org/new-message?groupname=foundation">Send</a>
......