don't write description of 'None' if the field is empty

main
xenofem 2024-02-07 00:14:22 -05:00
parent cf66c7db0a
commit 885b4884fd
1 changed files with 2 additions and 0 deletions

View File

@ -36,7 +36,9 @@
</tr>
{% endif %}
</table>
{% if work['description'] %}
{{ work['description'] }}
{% endif %}
</div>
</div>
{% endblock %}