use "min" as symbol for minutes (#5102)

This commit is contained in:
Frédéric Péters 2014-07-07 08:18:51 +02:00 committed by Serghei MIHAI
parent 75f679a361
commit a56af5e185
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
{% if appointment.act_absence %}title="{{appointment.act_absence}}"{% endif %} id="{{ appointment.event_id }}">
<span class="hour">{{ appointment.begin_hour }}</span>
{% if appointment.title %}<span class="title">{{ appointment.title }}</span>{% endif %}
{% if appointment.length %}<span class="length">{{ appointment.length }} mn</span> {% endif %}
{% if appointment.length %}<span class="length">{{ appointment.length }} min</span> {% endif %}
{% if appointment.act_type %}<span class="act_type">{{ appointment.act_type }}</span>{% endif %}
<span class="participants">
{% if appointment.len_workers > 4 %}

View File

@ -6,7 +6,7 @@
<h3 id="{{ appointment.event_id }}" class="{{ appointment.type }} {% if appointment.act_absence %}act-absence{% endif %} appointment"
{% if appointment.act_absence %}title="{{appointment.act_absence}}"{% endif %}>
<span class="hour">{{ appointment.begin_hour }}</span>
<span class="length">{% if appointment.length %}{% if appointment.length|str_length_lt:3 %}&nbsp;{% endif %}{{ appointment.length }} mn{% endif %}</span>
<span class="length">{% if appointment.length %}{% if appointment.length|str_length_lt:3 %}&nbsp;{% endif %}{{ appointment.length }} min{% endif %}</span>
<span class="title">{% if appointment.title %}{{ appointment.title }}{% endif %}
{% if appointment.patient.paper_id %} {{ appointment.patient.paper_id }} {% endif %}</span>
<span class="participants">

View File

@ -88,7 +88,7 @@
<span class="hour">{{ event.start_datetime.time }}</span>
{% if event.title %} — {{ event.title }} {% endif %}
{% if event.patient.paper_id %} — {{ event.patient.paper_id }} {% endif %}
{% if event.length %} — {{ event.length }} mn {% endif %}
{% if event.length %} — {{ event.length }} min {% endif %}
{% if event.workers_initial %} — {{ event.workers_initial }} {% endif %}
{% if event.ressource %} — {{ event.ressource }} {% endif %}
<span class="right">