diff options
Diffstat (limited to 'templates/web/base/waste')
-rw-r--r-- | templates/web/base/waste/bin_days.html | 6 | ||||
-rw-r--r-- | templates/web/base/waste/enquiry.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/base/waste/bin_days.html b/templates/web/base/waste/bin_days.html index e852507fb..54c21ae0c 100644 --- a/templates/web/base/waste/bin_days.html +++ b/templates/web/base/waste/bin_days.html @@ -80,7 +80,7 @@ <div class="aside-download"> <h3>Download your collection schedule</h3> <ul> - <li><a href="[% c.uri_for_action('waste/calendar', [ uprn ]) %]">Add to your calendar (.ics file)</a></li> + <li><a href="[% c.uri_for_action('waste/calendar', [ property.id ]) %]">Add to your calendar (.ics file)</a></li> </ul> </div> [% IF any_report_allowed OR any_request_allowed %] @@ -88,10 +88,10 @@ <h3>More services</h3> <ul> [% IF any_report_allowed %] - <li><a href="[% c.uri_for_action('waste/report', [ uprn ]) %]">Report a missed collection</a></li> + <li><a href="[% c.uri_for_action('waste/report', [ property.id ]) %]">Report a missed collection</a></li> [% END %] [% IF any_request_allowed %] - <li><a href="[% c.uri_for_action('waste/request', [ uprn ]) %]">Request a new container</a></li> + <li><a href="[% c.uri_for_action('waste/request', [ property.id ]) %]">Request a new container</a></li> [% END %] </ul> </div> diff --git a/templates/web/base/waste/enquiry.html b/templates/web/base/waste/enquiry.html index 8993b0fd8..06c8f7f76 100644 --- a/templates/web/base/waste/enquiry.html +++ b/templates/web/base/waste/enquiry.html @@ -15,7 +15,7 @@ <dd class="waste__address__property">[% services.$service_id.service_name %]</dd> </dl> -<form method="get" action="[% c.uri_for_action('waste/enquiry', [ uprn ]) %]"> +<form method="get" action="[% c.uri_for_action('waste/enquiry', [ property.id ]) %]"> <div class="govuk-form-group"> [% PROCESS radio field = { id = 'category', |