-
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.
Chore: setup Nevada County Connects in
test
(#2453)
- Loading branch information
Showing
7 changed files
with
88 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{% extends "core/agency-index.html" %} | ||
{% load i18n %} | ||
|
||
{% block headline %} | ||
{% translate "Get a reduced fare on Nevada County Connects public transportation 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 Nevada County Connects transit benefits reduce fares by 50% for bus service on fixed routes." %} | ||
</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 a Nevada County Connects bus, tap your contactless card and you will be | ||
charged a reduced fare. You will need to re-enroll if you choose to change the card you use to pay for transit service. | ||
{% 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.