diff bns_website/templates/reviews/review_list.html @ 46:51c01a3cb2f2

Added a paragraph tag around the "no reviews" case in the review template.
author Chris Ridgway <ckridgway@gmail.com>
date Wed, 09 Nov 2011 23:24:34 -0600
parents 2598bc18b6fb
children d1c8a723ad10
line wrap: on
line diff
--- a/bns_website/templates/reviews/review_list.html	Wed Nov 09 23:18:32 2011 -0600
+++ b/bns_website/templates/reviews/review_list.html	Wed Nov 09 23:24:34 2011 -0600
@@ -34,6 +34,6 @@
    {% endfor %}
    </ul>
 {% else %}
-   Coming soon...
+   <p>Coming soon...</p>
 {% endif %}
 {% endblock %}