diff --git a/app/views/historical_facts/_form.html.erb b/app/views/historical_facts/_form.html.erb index 80dcb66b0..fdd8be56b 100644 --- a/app/views/historical_facts/_form.html.erb +++ b/app/views/historical_facts/_form.html.erb @@ -64,12 +64,12 @@
<%= f.label :country_code, "Country", class: "mb-1" %> - <%= carmen_country_select :fact, :country_code %> + <%= carmen_country_select :historical_fact, :country_code %>
<%= f.label :state_code, "State", class: "mb-1" %>
<%= render partial: "carmen/subregion_select", - locals: { model: :fact, parent_region: f.object.country_code } %> + locals: { model: :historical_fact, parent_region: f.object.country_code } %>
<%= f.label :city, class: "mb-1" %>