Merge branch 'main' into stvnrlly-paperless

This commit is contained in:
stvnrlly
2022-12-09 12:33:16 -05:00
61 changed files with 126 additions and 126 deletions

View File

@@ -7,7 +7,7 @@ from app.s3_client.s3_logo_client import get_s3_object
def get_mou(organisation_is_crown):
bucket = current_app.config['MOU_BUCKET_NAME']
filename = 'crown.pdf' if organisation_is_crown else 'non-crown.pdf'
attachment_filename = 'US Notify data sharing and financial agreement{}.pdf'.format(
attachment_filename = 'U.S. Notify data sharing and financial agreement{}.pdf'.format(
'' if organisation_is_crown else ' (non-crown)'
)
try: