diff --git a/src/accounting/template_globals.py b/src/accounting/template_globals.py index fb5db36..8e7f0e1 100644 --- a/src/accounting/template_globals.py +++ b/src/accounting/template_globals.py @@ -21,7 +21,7 @@ from accounting.models import Currency from accounting.utils.options import options -def currency_options() -> str: +def currency_options() -> list[Currency]: """Returns the currency options. :return: The currency options.