oscar template: add directory in which are messages stored

This commit is contained in:
Thomas Pointhuber
2014-09-26 23:29:14 +02:00
parent 25919de608
commit ef1ead9c4b
4 changed files with 25 additions and 4 deletions

View File

@@ -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 %}