Skip to content

Commit

Permalink
Merge branch 'main' into link-lms-accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored May 11, 2023
2 parents 336eeb2 + 1f24d4b commit bf16e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<br>
</div>

<% if unverified_user&.student? && is_BRI_book_adopter? %>
<% if unverified_user.present? && !unverified_user&.student? && is_BRI_book_adopter? %>
<%= render partial: 'newflow/is_title_1_school_checkbox' %>
<% end %>

Expand Down

0 comments on commit bf16e79

Please sign in to comment.