Skip to content

Commit

Permalink
clean up templates (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolyachevets authored May 27, 2024
1 parent f41efe7 commit e9f4f42
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 499 deletions.
18 changes: 1 addition & 17 deletions services/emailer/src/namex_emailer/email_processors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,7 @@ def substitute_template_parts(template_code: str) -> str:
parts. There is no recursive search and replace.
"""
template_parts = [
"business-dashboard-link",
"business-dashboard-link-alt",
"business-info",
"business-information",
"reg-business-info",
"cra-notice",
"nr-footer",
"footer",
"header",
"initiative-notice",
"logo",
"pdf-notice",
"style",
"divider",
"20px",
"whitespace-16px",
"whitespace-24px",
"nr-footer"
]

# substitute template parts - marked up by [[filename]]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e9f4f42

Please sign in to comment.