Wrap liaison statements on 78 characters rather than 71.
- Legacy-Id: 9640
This commit is contained in:
parent
77b20a9dca
commit
fa9525bc58
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue