Wrap liaison statements on 78 characters rather than 71.

- Legacy-Id: 9640
This commit is contained in:
Henrik Levkowetz 2015-05-22 17:57:40 +00:00
parent 77b20a9dca
commit fa9525bc58

View file

@ -135,7 +135,7 @@
<tr>
<th class="text-nowrap">Body</th>
<td>
<pre>{{ liaison.body|wordwrap:"71" }}</pre>
<pre>{{ liaison.body|wordwrap:"78" }}</pre>
</td>
</tr>
{% endif %}