Skip to content

Commit

Permalink
fix: enable justification text variable replacement (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed May 3, 2024
1 parent cef205f commit b7b4f79
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def process_template_sections(
section.template_decision_text = replace_decision_template_placeholders(
section.template_decision_text, section.decision_type, application
)
section.template_justification_text = replace_decision_template_placeholders(
section.template_justification_text, section.decision_type, application
)
return template_sections


Expand Down

0 comments on commit b7b4f79

Please sign in to comment.