summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-02-20 14:22:43 -0500
committerlxf <sng@luxagraf.net>2022-02-20 14:22:43 -0500
commited9728e7496a0501637d926f21d1b07b3c945798 (patch)
treed174a5e6c17b98500aabc08e8d1a39438fc3bb2d /app
parent0245cc3683da9e65afa1551a10dc9e80b4273a0e (diff)
jrnl: made birds three col when there's nothing else to show.
Diffstat (limited to 'app')
-rw-r--r--app/posts/templates/posts/jrnl_detail.html2
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 %}