Add "Read More..." to the news archive list.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 15 Apr 2018 19:58:44 +0000 (15:58 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 15 Apr 2018 19:58:44 +0000 (15:58 -0400)
templates/news/newsarchive.html

index 944c95c9b504a63ea2bb52d814c85657f84188fb..ed1f6f2b2cf31da3894918d1a4a0a8636aa63404 100644 (file)
@@ -12,6 +12,7 @@
 <h2><a href="/about/news/{{obj.id}}/">{{obj.title}}</a></h2>
 <div class="newsdate">Posted on <strong>{{obj.displaydate}}</strong> by {{ obj.org.name }}</div>
 {{obj.content|markdown|striptags|truncatewords:20}}
+<p><a href="/about/news/{{obj.id}}/">Read more...</a></p>
 {%endfor%}
 <p><a href="/account/news/new/">Submit news</a></p>
 {%endblock%}