|
@@ -41,12 +41,13 @@
|
41
|
41
|
{% endblock %}
|
42
|
42
|
{% block site_alert_warning_nojs %}
|
43
|
43
|
<noscript>
|
44
|
|
- <div class="alert alert-warning" role="alert">
|
45
|
|
- <strong>{{ _('Warning!') }}</strong>
|
46
|
|
- {{ _('Please enable JavaScript to use full functionality of this site.') }}
|
47
|
|
- </div>
|
|
44
|
+ {% include 'oscar/messages/js_disabled.html' %}
|
48
|
45
|
</noscript>
|
49
|
46
|
{% endblock %}
|
|
47
|
+ {% block site_alert_info %}
|
|
48
|
+ {% endblock %}
|
|
49
|
+ {% block site_alert_success %}
|
|
50
|
+ {% endblock %}
|
50
|
51
|
|
51
|
52
|
{% block content %}
|
52
|
53
|
{% endblock %}
|