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 %} {% 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>