oscar template: update messages
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{% from 'oscar/macros.html' import icon %}
|
||||
<div class="alert alert-success fade in" role="alert">
|
||||
<button class="close" data-dismiss="alert" type="button">
|
||||
<span aria-hidden="true">×</span>
|
||||
<span class="sr-only">Close</span>
|
||||
</button>
|
||||
<strong>{{ _('Well done!') }}</strong>
|
||||
<strong class="lead">{{ icon('ok-sign') }} {{ _('Well done!') }}</strong>
|
||||
{{ _('Settings saved successfully.') }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user