mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Preserve line breaks in default value
This commit is contained in:
parent
8da8b4278c
commit
6ce7f1a308
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue