allura
リビジョン | 462c102625305d32b227cf95e4eec25e1fbcd458 (tree) |
---|---|
日時 | 2010-10-29 01:42:00 |
作者 | Jenny Steele <jsteele@geek...> |
コミッター | Jenny Steele |
[#1091] Fix for flash messages being escaped
@@ -74,7 +74,7 @@ | ||
74 | 74 | <div class="column grid_{{outer_width}} pad"> |
75 | 75 | {% set flash = tg.flash_obj.render('flash', use_js=False) %} |
76 | 76 | {% if flash %} |
77 | - <div>{{flash}}</div> | |
77 | + <div>{{flash | safe}}</div> | |
78 | 78 | {% endif %} |
79 | 79 | <h1 class="title">{% block header %}{% endblock %}</h1> |
80 | 80 | <div class="actions">{% block actions %}{% endblock %}</div> |