On ajoute des majuscules pour la cohérence
This commit is contained in:
parent
8e40faa889
commit
ea483c9c37
@ -51,7 +51,7 @@
|
||||
{% else %}
|
||||
{% if cd.is_tomorrow %}Demain
|
||||
{% else %}
|
||||
{{ cd.date| date:"l j b" }}
|
||||
{{ cd.date| date:"l j b"|capfirst }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% picto_from_name "chevrons-down" %}</a>
|
||||
@ -82,7 +82,7 @@
|
||||
<h3>{{ cd.date|date:"l j F Y"|frdate }}</h3>
|
||||
</hgroup>
|
||||
{% else %}
|
||||
<h2>{{ cd.date|date:"l j F Y"|frdate }}</h2>
|
||||
<h2>{{ cd.date|date:"l j F Y"|frdate |capfirst }}</h2>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</header>
|
||||
@ -114,7 +114,7 @@
|
||||
<header class="sticky">
|
||||
<a role="button" class="secondary slide-buttons" href="#{{ cd.id }}" data-placement="left" data-tooltip="Retour au résumé de la journée">{% picto_from_name "chevron-up" %}</a>
|
||||
<hgroup>
|
||||
<h3>{{ ti.name }}</h3>
|
||||
<h3>{{ ti.name|capfirst }}</h3>
|
||||
<h4>{{ ti.date| date:"l j F"|frdate }}</h4>
|
||||
</hgroup>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user