Portal : Changed "no item" message for BrowseBrick

SVN:trunk[4063]
This commit is contained in:
Guillaume Lajarige
2016-05-11 14:23:35 +00:00
parent cc0019c090
commit 0e5c2c3e80

View File

@@ -27,9 +27,10 @@
{% endblock %}
</div>
{% else %}
<div class="panel panel-info">
<div class="panel-heading">Information</div>
<div class="panel-body">Il n'y aucune donnée à afficher sur cette page.</div>
<div class="panel panel-default">
<div class="panel-body">
<h3 class="text-center">{{ 'Brick:Portal:Browse:Filter:NoData'|dict_s }}</h3>
</div>
</div>
{% endif %}
{% endblock %}