Fixed Part notes template (check for NULL value before mardown render)

This commit is contained in:
eeintech 2020-10-21 09:26:07 -05:00
parent bc6f58cf26
commit 1ef21700c0

View File

@ -37,7 +37,9 @@
<hr>
<div class='panel panel-default'>
<div class='panel-content'>
{% if part.notes %}
{{ part.notes | markdownify }}
{% endif %}
</div>
</div>