Projet

Général

Profil

0001-misc-mark-Title-as-header-column-for-translation-225.patch

Frédéric Péters, 14 mars 2018 11:38

Télécharger (916 octets)

Voir les différences:

Subject: [PATCH] misc: mark Title as header column for translation (#22514)

 fargo/templates/fargo/table.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
fargo/templates/fargo/table.html
5 5
{% block table.thead %}
6 6
  <thead>
7 7
    <tr>
8
      <th class="orderable sortable title"><a href="?sort=title">Title</a></th>
8
      <th class="orderable sortable title"><a href="?sort=title">{% trans "Title" %}</a></th>
9 9
      {% for column in table.columns %}
10 10
        {% if column.orderable %}
11 11
          <th {{ column.attrs.th.as_html }}>
12
-