mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-14 09:03:33 -05:00
Merge branch 'main' into stvnrlly-remove-broadcasts
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user