# HG changeset patch # User Cédric Krier <ced@b2ck.com> # Date 1552041461 -3600 # Fri Mar 08 11:37:41 2019 +0100 # Node ID 708a98f54ecbe88895fbe2ac2af4bd3d0b256a07 # Parent 4c901bf41f57c1e2496686f4f6f09fd77f2ddcfc Improve date format diff --git a/templates/events/tum2019.html b/templates/events/tum2019.html --- a/templates/events/tum2019.html +++ b/templates/events/tum2019.html @@ -1,4 +1,4 @@ -{% set title = "Tryton Unconference Marseille, 4th-7th June 2019" %} +{% set title = "Tryton Unconference Marseille - June 4th-7th, 2019" %} {% set logo = 'images/events/tum2019-logo.png' %} {% set banner = 'tum2019-banner.svg' %} {% set events = [ @@ -13,7 +13,7 @@ {% extends "events/layout.html" %} {% block title %} -Tryton Unconference Marseille<br/><small>4th-7th June 2019</small> +Tryton Unconference Marseille<br/><small>June 4th-7th 2019</small> {% endblock %} {% block style %} @@ -23,7 +23,7 @@ {% block lead %} <p class="lead"> -From Tuesday 4th to Friday 7th June, the Tryton unconference comes to <a href="http://www.marseille.fr/">Marseille</a>. +From Tuesday, June 4th to Friday, June 7th, 2019, the Tryton unconference comes to <a href="http://www.marseille.fr/">Marseille</a>. We invite users, developers and people interested to learn more about Tryton. Discover new features, learn about latest technical developments and share feedback from the community. </p> diff --git a/templates/layout.html b/templates/layout.html --- a/templates/layout.html +++ b/templates/layout.html @@ -62,7 +62,7 @@ </nav> {% if datetime.date.today() < datetime.date(2019, 6, 6) %} <div class="alert alert-info text-center" role="alert"> - <span class="material-icons align-middle">notifications</span>Do not miss the <a class="alert-link" href="{{ url_for('event', event='tum2019') }}">Tryton Unconference, the 4th to 7th June 2019</a>! + <span class="material-icons align-middle">notifications</span>Do not miss the <a class="alert-link" href="{{ url_for('event', event='tum2019') }}">Tryton Unconference, June 4th-7th 2019</a>! </div> {% endif %} {% endblock header %}