Collapse status content box for empty status (like goal)

this is janky... oh well
This commit is contained in:
Mouse Reeve 2021-01-18 12:36:34 -08:00
parent 2a6c67c427
commit 7a153a9942

View file

@ -4,10 +4,12 @@
{% endblock %}
</header>
{% if not status or status.status_type != 'GeneratedNote' or status.book or status.mention_books.exists or status.mention_users.exists %}
<section class="card-content">
{% block card-content %}
{% endblock %}
</section>
{% endif %}
<footer class="card-footer has-background-white-bis">
{% block card-footer %}