oscar template: update messages

This commit is contained in:
Thomas Pointhuber 2014-09-27 11:51:31 +02:00
parent a538bed745
commit 9158571059
6 changed files with 19 additions and 6 deletions

View file

@ -22,9 +22,7 @@
{% endfor %}
{% if not stat_category %}
<div class="col-sm-12 col-md-12">
<div class="alert alert-info" role="alert">
{{ _('There is currently no data available.') }}
</div>
{% include 'oscar/messages/no_data_available.html' %}
</div>
{% endif %}
</div>