Projet

Général

Profil

0001-fix-subscribers-import-button-label-14971.patch

Serghei Mihai (congés, retour 15/05), 13 février 2017 15:52

Télécharger (885 octets)

Voir les différences:

Subject: [PATCH] fix subscribers import button label (#14971)

 corbo/templates/corbo/subscriptions_import_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
corbo/templates/corbo/subscriptions_import_form.html
16 16
  {% csrf_token %}
17 17
  {{ form.as_p }}
18 18
<div class="buttons">
19
  <button>{% trans "Save" %}</button>
19
  <button>{% trans "Import" %}</button>
20 20
  <a href="{% url "view_category" slug=category.slug %}" class="cancel">{% trans "Cancel" %}</a>
21 21
</div>
22 22
</form>
23
-