Hide start list item in readthrough if absent

This commit is contained in:
Mouse Reeve 2021-04-30 12:07:59 -07:00
parent 900e7feb1b
commit b4ef800505

View file

@ -48,7 +48,9 @@
{% endif %}
</li>
{% endif %}
{% if readthrough.start_date %}
<li>{{ readthrough.start_date | localtime | naturalday }}: {% trans "started" %}</li>
{% endif %}
</ul>
</div>
<div class="column is-narrow">