mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed messages
This commit is contained in:
parent
9a030b97e1
commit
feeef06c54
@ -7,7 +7,7 @@
|
||||
<span>×</span><span class="sr-only">Close</span>
|
||||
</button>
|
||||
|
||||
{% for message in message_get('success') %}
|
||||
{% for message in message_pull('success') %}
|
||||
{{ trans(message)|markdown }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@ -20,7 +20,7 @@
|
||||
<span>×</span><span class="sr-only">Close</span>
|
||||
</button>
|
||||
|
||||
{% for message in message_get('info') %}
|
||||
{% for message in message_pull('info') %}
|
||||
{{ trans(message)|markdown }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@ -34,7 +34,7 @@
|
||||
<span>×</span><span class="sr-only">Close</span>
|
||||
</button>
|
||||
|
||||
{% for message in message_get('warning') %}
|
||||
{% for message in message_pull('warning') %}
|
||||
{{ trans(message)|markdown }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@ -48,7 +48,7 @@
|
||||
<span>×</span><span class="sr-only">Close</span>
|
||||
</button>
|
||||
|
||||
{% for message in message_get('error') %}
|
||||
{% for message in message_pull('error') %}
|
||||
{{ trans(message)|markdown }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user