fix: address template with upper filter throws jinja error (#25756)
This commit is contained in:
parent
90f7ec840c
commit
4bd641367b
@ -1,4 +1,4 @@
|
|||||||
{{ address_line1 }}<br>
|
{{ address_line1 }}<br>
|
||||||
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
||||||
{{ city }}, {% if state %}{{ state }}{% endif -%}{% if pincode %} {{ pincode }}<br>{% endif -%}
|
{{ city }}, {% if state %}{{ state }}{% endif -%}{% if pincode %} {{ pincode }}<br>{% endif -%}
|
||||||
{% if country != "United States" %}{{ country|upper }}{% endif -%}
|
{% if country != "United States" %}{{ country }}{% endif -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user