Projet

Général

Profil

0008-manager-templates-change-default-button-caption-in-f.patch

Benjamin Dauvergne, 14 août 2014 10:37

Télécharger (1,04 ko)

Voir les différences:

Subject: [PATCH 08/11] manager/templates: change default button caption in
 form.html

 authentic2/manager/templates/authentic2/manager/form.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
authentic2/manager/templates/authentic2/manager/form.html
33 33
        {% csrf_token %}
34 34
        {{ form.as_p }}
35 35
        <div class="buttons">
36
          <button>{% if action %}{{ action }}{% else %}{% trans "Create" %}{% endif %}</button> 
36
          <button>{% if action %}{{ action }}{% else %}{% trans "Save" %}{% endif %}</button> 
37 37
          <a class="cancel" href="..">{% trans "Cancel" %}</a>
38 38
        </div>
39 39
      </div>
40
-