misc: mark Title as header column for translation (#22514)

This commit is contained in:
Frédéric Péters 2018-03-14 11:37:43 +01:00
parent 28ce42fd46
commit 855bd1fc88
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% block table.thead %}
<thead>
<tr>
<th class="orderable sortable title"><a href="?sort=title">Title</a></th>
<th class="orderable sortable title"><a href="?sort=title">{% trans "Title" %}</a></th>
{% for column in table.columns %}
{% if column.orderable %}
<th {{ column.attrs.th.as_html }}>