2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: A very simple example wihtout any html formatting:
{% raw %}
```html ```html
reference: {{reference }} reference: {{reference }}
<br> <br>
@ -103,3 +104,4 @@ sub_part.name: L7805
sub_part.build_order_allocations: <QuerySet [<BuildItem: BuildItem object (5)>]> sub_part.build_order_allocations: <QuerySet [<BuildItem: BuildItem object (5)>]>
........ ........
``` ```
{% endraw %}