Changeset - 4bb2a603b282
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 months ago 2024-02-01 01:12:15
ben@sturm.com.au
usethesource: Add line breaks and linkifying to landing page descriptions
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/usethesource/templates/usethesource/landing_page.html
Show inline comments
...
 
@@ -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>
0 comments (0 inline, 0 general)