Changeset - 4bb2a603b282
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 4 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
...
 
@@ -28,11 +28,11 @@
 
    <p>To join the public discussion of these candidates, please subscribe to our <a href="https://lists.sfconservancy.org/mailman/listinfo/ccs-review">ccs-review mailing list</a>.  We re-post especially notable replies from the community in the candidate comments below, alongside SFC and other official Use The Source comments.</p>
 

	
 
    {% for candidate in candidates %}
 
      <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>
 
{% endblock content %}
0 comments (0 inline, 0 general)