summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/oscar/stats.html')
-rw-r--r--searx/templates/oscar/stats.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/templates/oscar/stats.html b/searx/templates/oscar/stats.html
index bf877c38b..0fb104210 100644
--- a/searx/templates/oscar/stats.html
+++ b/searx/templates/oscar/stats.html
@@ -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>