Projet

Général

Profil

0001-manager-fix-homepage-search-subscription-link-label-.patch

Josué Kouka, 07 juin 2018 14:00

Télécharger (847 octets)

Voir les différences:

Subject: [PATCH] manager: fix homepage search subscription link label (#24350)

 corbo/templates/corbo/manage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
corbo/templates/corbo/manage.html
12 12
</ul>
13 13
{% endif %}
14 14
<a href="{% url 'add_category' %}" rel='popup'>{% trans 'New category' %}</a>
15
<a href="{% url 'subscription-search' %}">{% trans 'Search subscribers' %}</a>
15
<a href="{% url 'subscription-search' %}">{% trans 'Search subscriptions' %}</a>
16 16
{% endblock %}
17 17

  
18 18
{% block content %}
19
-