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