[fix] engines page translation

This commit is contained in:
asciimoo 2014-01-24 13:35:44 +01:00
parent 85b81be35b
commit e23d2ed376
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% if not search_engine.private %}
<tr>
<td>{{ search_engine.name }}</td>
<td>{{ categ }}</td>
<td>{{ _(categ) }}</td>
</tr>
{% endif %}
{% endfor %}