changeset 735:cbdab67cd657

Fix typo in new posts template tag. Thanks to Volcano Rick.
author Brian Neal <bgneal@gmail.com>
date Sat, 09 Nov 2013 11:48:10 -0600
parents a130444fb16b
children 1fe6b98f3eab
files sg101/templates/forums/new_posts_tag.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/forums/new_posts_tag.html	Sat Nov 02 12:55:29 2013 -0500
+++ b/sg101/templates/forums/new_posts_tag.html	Sat Nov 09 11:48:10 2013 -0600
@@ -1,7 +1,7 @@
 {% load core_tags %}
 <div>
 <h2>Latest Forum Posts</h2>
-<p>Join us in our <a href="{% url 'forums-index' %}">forums</a> for some lively discussions. Here are the list of forum topics with new posts.</p>
+<p>Join us in our <a href="{% url 'forums-index' %}">forums</a> for some lively discussions. Here are the forum topics with new posts.</p>
 {% if topics %}
    <ul>
    {% for topic in topics %}