Projet

Général

Profil

0001-time-exceptions-add-some-details-to-the-delete-confi.patch

Lauréline Guérin, 19 novembre 2019 14:41

Télécharger (1,19 ko)

Voir les différences:

Subject: [PATCH] time exceptions: add some details to the delete confirmation
 popup (#37419)

 chrono/manager/templates/chrono/manager_confirm_delete.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
chrono/manager/templates/chrono/manager_confirm_delete.html
2 2
{% load i18n %}
3 3

  
4 4
{% block appbar %}
5
<h2>{{ view.model.get_verbose_name }}</h2>
5
<h2>{{ object }}</h2>
6 6
{% endblock %}
7 7

  
8 8
{% block content %}
......
13 13
  {% blocktrans %}This cannot be removed as there are bookings for a future date.
14 14
  {% endblocktrans %}
15 15
  {% else %}
16
  {% blocktrans %}Are you sure you want to delete this?{% endblocktrans %}
16
  {% blocktrans %}Are you sure you want to delete this exception?{% endblocktrans %}
17 17
  {% endif %}
18 18
  </p>
19 19
  <div class="buttons">
20
-