diff --git a/app/views/bikes/new.html.haml b/app/views/bikes/new.html.haml
index 90e9d1a..ae98e23 100644
--- a/app/views/bikes/new.html.haml
+++ b/app/views/bikes/new.html.haml
@@ -31,8 +31,9 @@
%input{ type: "radio", name: "options"} Excellent
%p
%input{id: "bike_seat_tube", placeholder: "Seat Tube (cm)", type: "number", min: 0, max: 100, class: "input-lg" }
- %p
- %input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" }
+ -# Commenting this out until description is added to Bike
+ %p
+ %input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" }
%p
%input{id: "index_logout", value: "Add Bike", type: "button", class: "btn btn-lg btn-block btn-primary", "data-url" => "api_add_bike_path"}