Skip to content

Commit deb538b

Browse files
committed
Changed to disabled 1pw for name-related attributes
1 parent 48481a3 commit deb538b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/edit_entry/attrs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
{% if attr.type|bitwise_and:attr_type_value_named %}
9898
<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>
100100
</div>
101101
<div class='col-9'>
102102
{% else %}
@@ -183,7 +183,7 @@
183183
</div>
184184
{% else %}
185185

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/>
187187

188188
{% endif %}
189189
{% endif %}

0 commit comments

Comments
 (0)