app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-64.0.0 vs app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-64.1.0
- old
+ new
@@ -1,9 +1,9 @@
<!-- PHCMembers Form - Profiles -->
<%= form_with(model: @member_profile, local: true) do |phc_members_member_profile| %>
<!-- PHCNotifi Render Validation -->
- <%= render 'phcnotifi/validations', :object => @member_profile %>
+ <%= render 'phcnotifi/default/validations', :object => @member_profile %>
<!-- PHCNotifi Render Validation -->
<!-- PHCMembers Fields - Profiles -->
<div class="form-group field_with_errors">
<%= phc_members_member_profile.label :member_first_name, "First Name*" %>