usethesource: Add "See more" link

This commit is contained in:
Ben Sturmfels 2024-02-05 11:15:23 +11:00
parent dd5cff8057
commit f438be339e
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -61,6 +61,7 @@
<h3 class="f4 lh-title mt0"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">{{ candidate.name }}</a></h3> <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 class="mb2"><em>Released {{ candidate.release_date }}</em></p>
<p>{{ candidate.description|urlize|linebreaksbr}}</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> </div>
{% endfor %} {% endfor %}
</section> </section>