diff --git a/app/views/shop/checkout/_form.html.haml b/app/views/shop/checkout/_form.html.haml index 68f4cf0a90..fa1d16867c 100644 --- a/app/views/shop/checkout/_form.html.haml +++ b/app/views/shop/checkout/_form.html.haml @@ -1,6 +1,5 @@ %checkout{"ng-controller" => "CheckoutCtrl"} = f_form_for current_order, url: main_app.shop_update_checkout_path, html: {name: "checkout", id: "checkout_form"} do |f| - {{ checkout.$valid }} .large-12.columns %fieldset#details %legend Customer Details