File diff df4c284d57c6 → 4bb2a603b282
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>