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

This commit is contained in:
xenofem 2024-02-07 00:14:22 -05:00
parent cf66c7db0a
commit 885b4884fd

View file

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