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
1 changed files with 2 additions and 0 deletions

View File

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