Skip to content
Snippets Groups Projects
Commit 708a98f5 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Improve date format

parent 4c901bf4
No related branches found
No related tags found
No related merge requests found
{% 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>
......
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment