Projet

Général

Profil

« Précédent | Suivant » 

Révision f38ae358

Ajouté par Frédéric Péters il y a environ 8 ans

general: update dialogs to match style guide

Voir les différences:

corbo/templates/corbo/category_confirm_delete.html
3 3
{% block content %}
4 4
<form method="post">
5 5
  {% csrf_token %}
6
  <h5>
6
  <p>
7 7
    {% blocktrans with name=object.name %}
8 8
    Are you sure you want to delete category "{{ name }}"?
9 9
    {% endblocktrans %}
10
  </h5>
11
    <p class="text_preview">{% trans "All its announces of will be also deleted" %}</p>
12
  <button>{% trans "Delete" %}</button>
10
  </p>
11
    <p>{% trans "All its announces of will be also deleted" %}</p>
12
  <div class="buttons">
13
    <button>{% trans "Delete" %}</button>
14
    <a class="cancel" href="{{ object.get_absolute_url }}">{% trans 'Cancel' %}</a>
15
  </div>
13 16
</form>
14 17
{% endblock %}

Formats disponibles : Unified diff