diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-26 23:29:14 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | ef1ead9c4bfb6a68cc6c0f8727c4af8d99206eb8 (patch) | |
| tree | 195606200fcf31c744a0488b48d3242af0d1fa26 /searx/templates/oscar/base.html | |
| parent | 25919de6084599c3196622ed1c89648b2c11f78a (diff) | |
oscar template: add directory in which are messages stored
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 22df11f00..119533933 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -41,12 +41,13 @@ {% endblock %} {% block site_alert_warning_nojs %} <noscript> - <div class="alert alert-warning" role="alert"> - <strong>{{ _('Warning!') }}</strong> - {{ _('Please enable JavaScript to use full functionality of this site.') }} - </div> + {% include 'oscar/messages/js_disabled.html' %} </noscript> {% endblock %} + {% block site_alert_info %} + {% endblock %} + {% block site_alert_success %} + {% endblock %} {% block content %} {% endblock %} |