2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 19:25:37 +00:00

Update build.md

This commit is contained in:
Michael
2022-04-19 21:47:47 +02:00
committed by GitHub
parent 974ac97885
commit a19058bc37

View File

@ -37,7 +37,7 @@ bom_items that can be looped using {%for line in build.bom_items %} Each bom_ite
A very simple example wihtout any html formatting: A very simple example wihtout any html formatting:
'''HTML ```html
reference: {{reference }} reference: {{reference }}
<br> <br>
quantity: {{ quantity }} quantity: {{ quantity }}
@ -73,7 +73,7 @@ sub_part.build_order_allocations: {{ line.sub_part.build_order_allocations}}
........ ........
<br> <br>
{% endfor %} {% endfor %}
''' ```
This will result in: This will result in: