Mercurial > public > madeira
changeset 49:0900c08055f0
Add paragraph tags to the "no downloads" message.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 24 Mar 2012 15:18:11 -0500 |
parents | b8a71c767dc0 |
children | 5913ddcebea4 |
files | madeira/templates/mp3/collection_list.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/madeira/templates/mp3/collection_list.html Sat Mar 24 15:14:40 2012 -0500 +++ b/madeira/templates/mp3/collection_list.html Sat Mar 24 15:18:11 2012 -0500 @@ -18,6 +18,6 @@ {% endfor %} {% include 'pagination.html' %} {% else %} -No downloads available at this time. +<p>No downloads available at this time.</p> {% endif %} {% endblock %}