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/messages/js_disabled.html | |
| parent | 25919de6084599c3196622ed1c89648b2c11f78a (diff) | |
oscar template: add directory in which are messages stored
Diffstat (limited to 'searx/templates/oscar/messages/js_disabled.html')
| -rw-r--r-- | searx/templates/oscar/messages/js_disabled.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/templates/oscar/messages/js_disabled.html b/searx/templates/oscar/messages/js_disabled.html new file mode 100644 index 000000000..e160edc1c --- /dev/null +++ b/searx/templates/oscar/messages/js_disabled.html @@ -0,0 +1,4 @@ +<div class="alert alert-warning" role="alert"> + <strong>{{ _('Warning!') }}</strong> + {{ _('Please enable JavaScript to use full functionality of this site.') }} +</div> |