diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-27 11:51:31 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | 915857105997357f24db86b9fcc6739fd816e98e (patch) | |
| tree | 017f87c8b1489dc2bf54da142d291901365a5566 /searx/templates/oscar/stats.html | |
| parent | a538bed745a688d17c98372785dd2c0644e6019b (diff) | |
oscar template: update messages
Diffstat (limited to 'searx/templates/oscar/stats.html')
| -rw-r--r-- | searx/templates/oscar/stats.html | 4 |
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> |