Merge branch 'main' into stvnrlly-remove-broadcasts

This commit is contained in:
stvnrlly
2022-10-26 01:27:44 +00:00
41 changed files with 378 additions and 546 deletions

View File

@@ -300,6 +300,7 @@ def nl2br(value):
return ''
# this formatter appears to only be used in the letter module
def format_number_in_pounds_as_currency(number):
if number >= 1:
return f"£{number:,.2f}"