Commit deb538b 1 parent 48481a3 commit deb538b Copy full SHA for deb538b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
97
97
{% if attr.type|bitwise_and:attr_type_value_named %}
98
98
< div class ='col-3 '>
99
- < input type ='text ' class ='form-control referral_key ' attr_id ="{{ attr.id }} " entity_attr_id ="{{ attr.entity_attr_id }} " value ="{{ attr.last_value.value }} " enabled ="True " index ="0 "> </ input >
99
+ < input type ='text ' class ='form-control referral_key ' attr_id ="{{ attr.id }} " entity_attr_id ="{{ attr.entity_attr_id }} " value ="{{ attr.last_value.value }} " enabled ="True " index ="0 " data-1p-ignore > </ input >
100
100
</ div >
101
101
< div class ='col-9 '>
102
102
{% else %}
183
183
</ div >
184
184
{% else %}
185
185
186
- < input type ="text " class ="form-control attr_value " attr_id ="{{ attr.id }} " entity_attr_id ="{{ attr.entity_attr_id }} " enabled ="True " value ="{{ attr.last_value }} " {%if attr.is_mandatory%}mandatory ="true "{%endif%} />
186
+ < input type ="text " class ="form-control attr_value " attr_id ="{{ attr.id }} " entity_attr_id ="{{ attr.entity_attr_id }} " enabled ="True " value ="{{ attr.last_value }} " {%if attr.is_mandatory%}mandatory ="true "{%endif%} data-1p-ignore />
187
187
188
188
{% endif %}
189
189
{% endif %}
You can’t perform that action at this time.
0 commit comments