diff --git a/app/views/answers/_new_edit.html.erb b/app/views/answers/_new_edit.html.erb index e9117fa..64688ce 100644 --- a/app/views/answers/_new_edit.html.erb +++ b/app/views/answers/_new_edit.html.erb @@ -66,7 +66,7 @@ <% if template.present? && template.org.present? %> <% question.get_example_answers([base_template_org.id, template.org.id]).each do |annotation| %> - <% if annotation.present? && annotation.org.present? %> + <% if annotation.present? && annotation.org.present? && annotation.text.present? %>