Hide join button when registration is closed

This commit is contained in:
Mouse Reeve
2021-01-03 15:41:20 -08:00
parent b50d38d769
commit c0bd0736d3
3 changed files with 10 additions and 9 deletions

View File

@ -10,7 +10,9 @@
{% if book.authors %}
<p class="subtitle is-5">by {% include 'snippets/authors.html' with book=book %}</p>
{% endif %}
{% if book|book_description %}
<blockquote class="content">{{ book|book_description|to_markdown|safe|truncatewords_html:50 }}</blockquote>
{% endif %}
</div>
</div>
{% endif %}