Changeset - f438be339e7b
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 months ago 2024-02-05 00:15:23
ben@sturm.com.au
usethesource: Add "See more" link
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy/usethesource/templates/usethesource/landing_page.html
Show inline comments
...
 
@@ -61,6 +61,7 @@
 
        <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|urlize|linebreaksbr}}</p>
 
        <p style="margin-top: -0.5rem"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">See moreā€¦</a>
 
      </div>
 
    {% endfor %}
 
</section>
0 comments (0 inline, 0 general)