diff --git a/app/views/branded/org_admin/plans/index.html.erb b/app/views/branded/org_admin/plans/index.html.erb
index 00545ac..acf0179 100644
--- a/app/views/branded/org_admin/plans/index.html.erb
+++ b/app/views/branded/org_admin/plans/index.html.erb
@@ -26,7 +26,7 @@
| <%= link_to notice.name, plan_path(notice) %> |
<%= notice.template.title %> |
- <%= notice.owner.name(false) %> |
+ <%= notice.owner ? notice.owner.name(false) : "" %> |
<%= _('Feedback requested') %> |
<%= link_to _('Complete'), feedback_complete_org_admin_plan_path(notice), 'data-toggle': 'tooltip', title: _('Notify the plan owner that I have finished providing feedback') %> |