-
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: add index and eligibility index templates for Nevada County Co…
…nnects
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 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 NevCo 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 %} |