mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Refactor allocation page(s)
- Also perform null check on notes before displaying
This commit is contained in:
@ -31,8 +31,10 @@
|
||||
|
||||
{% else %}
|
||||
|
||||
{% if build.notes %}
|
||||
{{ build.notes | markdownify }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user