Skip to content

Commit

Permalink
chore: add index and eligibility index templates for Nevada County Co…
Browse files Browse the repository at this point in the history
…nnects
  • Loading branch information
lalver1 committed Oct 11, 2024
1 parent 2e5f0d3 commit 8f043b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benefits/core/templates/core/index--nevco.html
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 %}
9 changes: 9 additions & 0 deletions benefits/eligibility/templates/eligibility/index--nevco.html
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 %}

0 comments on commit 8f043b5

Please sign in to comment.