new version of jtwig fixes this bug
This commit is contained in:
parent
59f88bceb0
commit
fa10234c48
|
@ -12,8 +12,8 @@
|
|||
{% if error %}
|
||||
<div class="alert alert-error">{{ error }}</div>
|
||||
{% endif %}
|
||||
{% if model['notice'] %}
|
||||
<div class="alert alert-info">{{ model['notice'] }}</div>
|
||||
{% if notice %}
|
||||
<div class="alert alert-info">{{ notice }}</div>
|
||||
{% endif %}
|
||||
|
||||
<div>
|
||||
|
|
Reference in a new issue