fix typo
This commit is contained in:
parent
f92f8bc170
commit
4e4c25cc14
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{{- '\n - amount: ' -}} '{{- ovn.amount -}}'
|
{{- '\n - amount: ' -}} '{{- ovn.amount -}}'
|
||||||
{{- '\n unit: ' -}}
|
{{- '\n unit: ' -}}
|
||||||
{{- if ovn.unit | default('C') -}}
|
{{- ovn.unit | default('C') -}}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Reference in a new issue