new version of jtwig fixes this bug

This commit is contained in:
Gered 2014-03-27 20:54:27 -04:00
parent 59f88bceb0
commit fa10234c48

View file

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