Skip to content

Commit

Permalink
Fix: verifier help templates (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jun 14, 2024
2 parents 8eb0e3f + 3f234b2 commit 31e1f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def unique_values(original_list):
def _agency_context(agency):
return {
"eligibility_index_url": agency.eligibility_index_url,
"help_templates": unique_values([v.help_template for v in agency.active_verifiers if v.help_template is not None]),
"help_templates": unique_values([v.help_template for v in agency.active_verifiers if v.help_template]),
"info_url": agency.info_url,
"long_name": agency.long_name,
"phone": agency.phone,
Expand Down

0 comments on commit 31e1f31

Please sign in to comment.