Recognize profile summary linebreaks + whitespace
This commit is contained in:
parent
1e48ca95a6
commit
7af7a7b575
2 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
<div>
|
||||
{% if user.summary %}
|
||||
{{ user.summary|to_markdown|safe|truncatechars_html:40 }}
|
||||
{{ user.summary|to_markdown|safe|truncatechars_html:81 }}
|
||||
{% else %} {% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue