Break up product count and category description.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 15 Apr 2018 19:53:48 +0000 (15:53 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 15 Apr 2018 19:53:48 +0000 (15:53 -0400)
This puts the product count and the description of the product
category onto separate lines.

templates/downloads/productlist.html

index 61defeb026249c0f447c5fa09c0a906656353723..28e25a2895b8f1068491983e43dec96a5b91b1b3 100644 (file)
@@ -5,7 +5,8 @@
 
 <h1>Software Catalogue - {{category.catname}}</h1>
 
-<p>{{productcount}} product(s) were found in this category. {{category.blurb|safe}}</p>
+<p>{{productcount}} product(s) were found in this category.</p>
+<p>{{category.blurb|safe}}</p>
 
 {%for product in products %}