diff --git a/esp/templates/program/modules/splashinfomodule/fragment.html b/esp/templates/program/modules/splashinfomodule/fragment.html deleted file mode 100644 index 8c3fdc4c5a..0000000000 --- a/esp/templates/program/modules/splashinfomodule/fragment.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - {% if splashinfo.include_lunchsat %} - - - - - {% endif %} - {% if splashinfo.include_lunchsun %} - - - - - {% endif %} - {% if splashinfo.include_siblingdiscount %} - - - - - {% endif %} - {% if finaid_app %} - - - - {% endif %} -
- Additional Information for {{ splashinfo.student.first_name }} {{ splashinfo.student.last_name }} -
- Saturday Lunch: - - {% ifequal splashinfo.lunchsat "no" %} - No - {% else %} - Yes ($5) - {% endifequal %} -
{{ splashinfo.pretty_satlunch }} -
- Sunday Lunch: - - {% ifequal splashinfo.lunchsun "no" %} - No - {% else %} - Yes ($5) - {% endifequal %} -
{{ splashinfo.pretty_sunlunch }} -
- Sibling Discount: - - {% if splashinfo.siblingdiscount %} - Yes ($20) -
Sibling's name: {{ splashinfo.siblingname }} - {% else %} - No ($40) - {% endif %} -
- {% if finaid_app.reduced_lunch %} - Financial aid requested (free/reduced lunch) - {% else %} - Financial aid requested (not free/reduced lunch) - {% endif %} - {% if finaid_app.approved %} - Approved {% endif %} -
- diff --git a/esp/templates/program/modules/splashinfomodule/splashinfo.html b/esp/templates/program/modules/splashinfomodule/splashinfo.html deleted file mode 100644 index a3c004b147..0000000000 --- a/esp/templates/program/modules/splashinfomodule/splashinfo.html +++ /dev/null @@ -1,101 +0,0 @@ -{% extends "main.html" %} - -{% load render_qsd %} - -{% block title %}Lunch Preferences & Tuition{% endblock %} - -{% block stylesheets %} -{{ block.super }} - -{% endblock %} - -{% block content %} -

-

Lunch Preferences and Tuition

-
- -
- -{% if form.errors or missing_siblingname %} -
- - Please correct the form below before continuing.
{{ form.errors }} -
-{% endif %} - -{% inline_program_qsd_block program "splashinfo_lunch" %} -

Lunch Preferences

-

Select your lunch preference below. -All meals come with chips or fruit and drink. -

-{% end_inline_program_qsd_block %} - -
-{% if form.lunchsat %} - - - - -
Would you like a catered lunch on SATURDAY?
- {{ form.lunchsat }} -
-{% endif %} -
-{% if form.lunchsun %} - - - - -
Would you like a catered lunch on SUNDAY?
- {{ form.lunchsun }} -
-{% endif %} - -{% if form.siblingdiscount %} -
-
-

Sibling Discount

-

-We are offering a special discount to households with more than one attendee regardless of family income. -

- - - - - - - - - - {% if missing_siblingname %} - - - - {% endif %} -
- {{ form.siblingdiscount }} -
- Please enter his/her name here: - - {{ form.siblingname }} -
- Please specify your sibling's name above! -
-{% endif %} - -{% inline_program_qsd_block program "splashinfo_finaid" %} -
-

Financial Aid

-

-Full financial aid is available to any students who need it. If you require financial aid, please fill out a quick request by clicking the "Financial Aid Application (optional)" link on the next page. Please email us if you have any questions. -

-{% end_inline_program_qsd_block %} - -
- -
- -
- - -{% endblock %}