usethesource: Add line breaks and linkifying to landing page descriptions
This commit is contained in:
parent
df4c284d57
commit
4bb2a603b2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<div class="mb3">
|
||||
<h3 class="f4 lh-title mt0"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">{{ candidate.name }}</a></h3>
|
||||
<p class="mb2"><em>Released {{ candidate.release_date }}</em></p>
|
||||
<p>{{ candidate.description }}</p>
|
||||
<p>{{ candidate.description|urlize|linebreaksbr}}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue