diff --git a/app/views/plantings/_form.html.haml b/app/views/plantings/_form.html.haml
index 6b0057a73..b2f651f5e 100644
--- a/app/views/plantings/_form.html.haml
+++ b/app/views/plantings/_form.html.haml
@@ -28,7 +28,7 @@
.row
.col-md-8
- = f.collection_radio_buttons(:garden_id, @planting.owner.gardens,
+ = f.collection_radio_buttons(:garden_id, @planting.owner.gardens.active,
:id, :name, required: true,
label: 'Where did you plant it?')
= link_to "Add a garden.", new_garden_path