diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/jrnl_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index 43771ec..d07719d 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -79,7 +79,7 @@ <aside id="wildlife"> <h3 class="hedtinycaps">Fauna and Flora</h3> {% regroup wildlife by ap.apclass.get_kind_display as wildlife_list %} - <ul> + <ul{%if object.field_notes.all or object.books.all %}{% else %} class="solo"{%endif%}> {% for object_list in wildlife_list %} <li class="grouper">{{object_list.grouper}}<ul> {% for object in object_list.list %} |