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 @@ -
- 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 %} - | -
Select your lunch preference below. -All meals come with chips or fruit and drink. -
-{% end_inline_program_qsd_block %} - - - -