diff --git a/templates/_types/tickets/_adjust_response.html b/templates/_types/tickets/_adjust_response.html index fdbbe02..5754575 100644 --- a/templates/_types/tickets/_adjust_response.html +++ b/templates/_types/tickets/_adjust_response.html @@ -1,4 +1,2 @@ -{# Response for ticket adjust — buy form + OOB cart-mini update #} -{% from '_types/cart/_mini.html' import mini %} -{{ mini(oob='true') }} +{# Response for ticket adjust — re-render the buy form #} {% include '_types/tickets/_buy_form.html' %}