Skip to content

Commit

Permalink
chore: rename base template for selection label
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jul 10, 2023
1 parent 59ebaf4 commit 77ad58d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
{% extends "core/includes/verifier_radio_select_label.html" %}
{% extends "core/includes/selection-label.html" %}
{% load i18n %}

{% block label %}
Expand Down
@@ -1,4 +1,4 @@
{% extends "core/includes/verifier_radio_select_label.html" %}
{% extends "core/includes/selection-label.html" %}
{% load i18n %}

{% block label %}
Expand Down
@@ -1,4 +1,4 @@
{% extends "core/includes/verifier_radio_select_label.html" %}
{% extends "core/includes/selection-label.html" %}
{% load i18n %}

{% block label %}
Expand Down
2 changes: 1 addition & 1 deletion tests/pytest/conftest.py
Expand Up @@ -107,7 +107,7 @@ def model_EligibilityVerifier(model_PemData, model_EligibilityType):
api_auth_key="secret-key",
eligibility_type=model_EligibilityType,
public_key=model_PemData,
selection_label_template="core/includes/verifier_radio_select_label.html",
selection_label_template="core/includes/selection-label.html",
form_title="Form",
form_headline="Form",
form_blurb="Form Blurb",
Expand Down

0 comments on commit 77ad58d

Please sign in to comment.