diff --git a/app/views/ingredients/_index.html.erb b/app/views/ingredients/_index.html.erb
index f51ab1f..779e0a4 100644
--- a/app/views/ingredients/_index.html.erb
+++ b/app/views/ingredients/_index.html.erb
@@ -2,6 +2,8 @@
locals: {url: filter_project_ingredients_path(@project)} %>
<% if @ingredients.any? { |i| i.persisted? } %>
+ <%= error_messages_for @formula_q.formula %>
+
diff --git a/app/views/measurements/_index.html.erb b/app/views/measurements/_index.html.erb
index 375160c..292177d 100644
--- a/app/views/measurements/_index.html.erb
+++ b/app/views/measurements/_index.html.erb
@@ -2,6 +2,8 @@
locals: {url: filter_project_measurements_path(@project)} %>
<% if @measurements.any? { |m| m.persisted? } %>
+ <%= error_messages_for @formula_q.formula %>
+
diff --git a/app/views/measurements/_readouts.html.erb b/app/views/measurements/_readouts.html.erb
index 2e7506a..009bba4 100644
--- a/app/views/measurements/_readouts.html.erb
+++ b/app/views/measurements/_readouts.html.erb
@@ -4,6 +4,8 @@
<% if @measurements.any? %>
<%= render partial: 'measurements/options' %>
+ <%= error_messages_for @formula_q.formula, *@quantities.map { |q| q.formula } %>
+