mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
oscar template: add directory in which are messages stored
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user