Skip to content

Commit

Permalink
feat(enrollment): include the alert-box for the CalFresh index
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Mar 22, 2024
1 parent 3cfe8c8 commit 3b81d70
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{% extends "core/includes/alert-box--warning.html" %}
{% load i18n %}

{% block alert-heading %}
{% translate "Do not enter information from your EBT card." %}
{% endblock alert-heading %}

{% block alert-body %}
{% translate "Read our guidance on the CalFresh benefit" as calfresh_modal_link %}
<p>
{% blocktranslate %}
You can’t pay for transit using the CalFresh funds on your Golden State Advantage card.
Please provide details from your contactless debit or credit card issued by Visa or Mastercard
and use that card to pay for transit.
{% endblocktranslate %}
{% include "core/includes/modal-trigger.html" with modal="modal--calfresh" text=calfresh_modal_link period=True %}
</p>
{% include "eligibility/includes/modal--calfresh.html" with id="modal--calfresh" size="modal-lg" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %}
{% endblock alert-body %}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
{% endblock media-items %}

{% block additional-info %}
<div class="col-12 col-sm-12 col-lg-8">
<p>Info alert here</p>
</div>
<div class="col-12 col-sm-12 col-lg-8">{% include "enrollment/includes/alert-box--warning--calfresh.html" %}</div>
{% endblock additional-info %}

0 comments on commit 3b81d70

Please sign in to comment.