Don't show anything in list view if there is no long description

This commit is contained in:
Christoph Haas 2021-02-21 16:43:57 +01:00
parent 896cd533b4
commit 5889f70a4d

View file

@ -36,7 +36,7 @@
=pkg.name
p =pkg.description
.listview.longdescription
= pkg.long_description_first_paragraph or 'Sorry - no description available.'
= pkg.long_description_first_paragraph
- else