Merge pull request #177 from rvernica/patch-1

Preserve line breaks in default value
This commit is contained in:
Camilo Nova 2016-11-24 08:59:03 -05:00 committed by GitHub
commit 7221962b61

View file

@ -14,7 +14,7 @@
{{ item.name }} <div class="help">{{ item.help_text|linebreaksbr }}</div>
</th>
<td>
{{ item.default }}
{{ item.default|linebreaks }}
</td>
<td>
{{ item.form_field.errors }}