Projet

Général

Profil

0001-misc-use-correct-attribute-for-save-visualization-bu.patch

Frédéric Péters, 24 février 2019 15:23

Télécharger (812 octets)

Voir les différences:

Subject: [PATCH] misc: use correct attribute for save visualization button
 label (#30860)

 bijoe/templates/bijoe/visualization.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
bijoe/templates/bijoe/visualization.html
20 20

  
21 21
{% block buttons %}
22 22
{{ block.super }}
23
<input type="submit" name="save" name="{% trans "Save" %}"/>
23
<input type="submit" name="save" value="{% trans "Save" %}"/>
24 24
{% endblock %}
25
-