mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 21:11:49 +02:00
black format
This commit is contained in:
parent
f9b7d56e61
commit
d02372fd6a
1 changed files with 3 additions and 1 deletions
|
@ -279,7 +279,9 @@ class BillForm(FlaskForm):
|
||||||
self.original_currency.label = Label("original_currency", _("Currency"))
|
self.original_currency.label = Label("original_currency", _("Currency"))
|
||||||
self.original_currency.description = _(
|
self.original_currency.description = _(
|
||||||
"Project default: %(currency)s",
|
"Project default: %(currency)s",
|
||||||
currency=render_localized_currency(project.default_currency, detailed=False),
|
currency=render_localized_currency(
|
||||||
|
project.default_currency, detailed=False
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
def set_default(self):
|
def set_default(self):
|
||||||
|
|
Loading…
Reference in a new issue