forked from mirrors/bookwyrm
Hide start list item in readthrough if absent
This commit is contained in:
parent
900e7feb1b
commit
b4ef800505
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue