on ajoute des sauts de ligne (suivant formatage initial)
This commit is contained in:
parent
43825f2801
commit
fd9afa14e9
@ -41,7 +41,7 @@
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
<p>{{ event.description |truncatewords:20 }}</p>
|
||||
<p>{{ event.description |truncatewords:20 |linebreaks }}</p>
|
||||
|
||||
|
||||
<footer class="infos-and-buttons">
|
||||
|
@ -35,7 +35,7 @@
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
<p>{{ event.description |truncatewords:20 }}</p>
|
||||
<p>{{ event.description |truncatewords:20 |linebreaks }}</p>
|
||||
|
||||
|
||||
<footer class="infos-and-buttons">
|
||||
|
@ -24,7 +24,7 @@
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<p>{{ event.description |truncatewords:20 }}</p>
|
||||
<p>{{ event.description |truncatewords:20 |linebreaks }}</p>
|
||||
|
||||
|
||||
<p>
|
||||
|
@ -25,7 +25,7 @@
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
<p>{{ event.description }}</p>
|
||||
<p>{{ event.description |linebreaks }}</p>
|
||||
|
||||
<footer class="infos-and-buttons">
|
||||
<div class="infos">
|
||||
|
Loading…
Reference in New Issue
Block a user