Skip to content

Commit

Permalink
chore(bankcardcheck): rename include for clarity and alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jul 7, 2023
1 parent b29dedc commit 57f083e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{% translate "eligibility.pages.start.login_gov.headline" %}</h1>

{% block media-list %}
{% include "eligibility/includes/media_item__idcardcheck__start__login_gov.html" %}
{% include "eligibility/includes/media_item__start__bankcardcheck.html" %}
{% include "eligibility/includes/media_item__bankcardcheck__start.html" %}
{% endblock media-list %}

{% block help-link %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{% translate "eligibility.pages.start.mst_cc.headline" %}</h1>

{% block media-list %}
{% include "eligibility/includes/media_item__idcardcheck__start__mst_courtesy_card.html" %}
{% include "eligibility/includes/media_item__start__bankcardcheck.html" %}
{% include "eligibility/includes/media_item__bankcardcheck__start.html" %}
{% endblock media-list %}

{% block help-link %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{% translate "eligibility.pages.start.veteran.headline" %}</h1>

{% block media-list %}
{% include "eligibility/includes/media_item__idcardcheck__start__veteran.html" %}
{% include "eligibility/includes/media_item__start__bankcardcheck.html" %}
{% include "eligibility/includes/media_item__bankcardcheck__start.html" %}
{% endblock media-list %}

{% block help-link %}
Expand Down

0 comments on commit 57f083e

Please sign in to comment.