don't write description of 'None' if the field is empty
This commit is contained in:
parent
cf66c7db0a
commit
885b4884fd
|
@ -36,7 +36,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</table>
|
</table>
|
||||||
|
{% if work['description'] %}
|
||||||
{{ work['description'] }}
|
{{ work['description'] }}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue