Change composed empty list message with a simple generic message, issue #12 @mbehrle

This commit is contained in:
Roberto Rosario
2014-09-09 03:58:03 -04:00
parent 25b2563999
commit d901a80f63

View File

@@ -144,7 +144,7 @@
{% endif %}
</tr>
{% empty %}
<tr><td colspan=99 class="tc">{% blocktrans with title as title %}There are no {{ title }}{% endblocktrans %}</td></tr>
<tr><td colspan=99 class="tc">{% trans 'No results' %}</td></tr>
{% endfor %}
</tbody>
</table>