Skip to content

Commit

Permalink
remove feature flags (#16390)
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioGregg authored Apr 17, 2024
1 parent 21d1546 commit 3f1f88a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/sidekiq/education_form/templates/10203.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
CH33
*START*
<%= form_identifier %>
<% if Settings.vsp_environment.eql?('production') -%>
JUN 2020
<% else -%>
OMB Control #: 2900-0878
<% end -%>


APPLICATION FOR EDITH NOURSE ROGERS STEM SCHOLARSHIP
Expand Down Expand Up @@ -73,10 +69,6 @@ Applicant has POA: <%= yesno(@stem_automated_decision.poa) %>
Applicant School Email Address: <%= @applicant.schoolEmailAddress %>
Applicant School ID: <%= @applicant.schoolStudentId %>

<% if Settings.vsp_environment.eql?('production') -%>
Certification and Signature of Applicant
Signature of Applicant Date
<% else -%>
<% if @applicant.isActiveDuty -%>
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
Expand All @@ -86,5 +78,4 @@ Signature of Applicant Date
<% end -%>


<% end -%>
<%= parse_with_template_path('footer') %>

0 comments on commit 3f1f88a

Please sign in to comment.