2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 02:35:29 +00:00

Update build.md

This commit is contained in:
Michael
2022-04-20 18:08:26 +02:00
committed by GitHub
parent 72a2b35921
commit f5ec802a76

View File

@ -37,6 +37,7 @@ bom_items that can be looped. Each bom_item line has further context variables.
A very simple example wihtout any html formatting:
{% raw %}
```html
reference: {{reference }}
<br>
@ -103,3 +104,4 @@ sub_part.name: L7805
sub_part.build_order_allocations: <QuerySet [<BuildItem: BuildItem object (5)>]>
........
```
{% endraw %}