comparison 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
comparison
equal deleted inserted replaced
45:2598bc18b6fb 46:51c01a3cb2f2
32 </blockquote> 32 </blockquote>
33 </li> 33 </li>
34 {% endfor %} 34 {% endfor %}
35 </ul> 35 </ul>
36 {% else %} 36 {% else %}
37 Coming soon... 37 <p>Coming soon...</p>
38 {% endif %} 38 {% endif %}
39 {% endblock %} 39 {% endblock %}