-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: configure SBMTD senior flow (#1631)
- Loading branch information
Showing
9 changed files
with
173 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{% extends "core/agency-index.html" %} | ||
|
||
{% load i18n %} | ||
|
||
{% block headline %} | ||
{% translate "Get a reduced fare on Santa Barbara MTD buses when you tap to ride" %} | ||
{% endblock headline %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% extends "eligibility/index.html" %} | ||
|
||
{% load i18n %} | ||
|
||
{% block explanatory-text %} | ||
<p class="pt-4 pb-4 pb-lg-8"> | ||
{% translate "Cal-ITP doesn’t save any of your information. All SBMTD transit benefits give riders a reduced bus fare." %} | ||
</p> | ||
{% endblock explanatory-text %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% extends "enrollment/success.html" %} | ||
{% load i18n %} | ||
|
||
{% block success-message %} | ||
{% blocktranslate trimmed %} | ||
You were not charged anything today. When boarding an SBMTD bus, tap this card when you board and you will be | ||
charged a reduced fare. If you change the card you use to pay for transit service, you will need to re-enroll. | ||
{% endblocktranslate %} | ||
{% endblock success-message %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters