Skip to content

Commit 11151f6

Browse files
committed
Move reference etag hidden field next to current address
1 parent 6379673 commit 11151f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

templates/company/transactions/change_registered_office_address.html.tx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
<legend class="heading-medium text">What is the new address of the company?</legend>
99
% $c.include_later('includes/forms/errors', form => $form, form_title => 'Filing Error');
1010
% include 'includes/forms/address.tx' { form => $form, name => 'address', include_po_box => 1 }
11-
% $form.hidden_field( name => 'address[etag]', value => $etag );
1211
</fieldset>
1312
% }

templates/company/transactions/current_address.html.tx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<p class="text">
2+
% $form.hidden_field( name => 'address[etag]', value => $etag );
23
Current address
34
<br />
45
% if $care_of_name {

0 commit comments

Comments
 (0)