Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Jul 4, 2024
1 parent f34cb7b commit 4a6da24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/hub/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ class Organization(StatusModel, TimeStampedModel):
logo_url = models.URLField(_("Logo URL"), max_length=300, blank=True)

last_balance_sheet = models.FileField(
_("First page of last balance sheet for %(CURRENT_EDITION_YEAR)s") % {"CURRENT_EDITION_YEAR": str(settings.CURRENT_EDITION_YEAR)},
_("First page of last balance sheet for %(CURRENT_EDITION_YEAR)s")
% {"CURRENT_EDITION_YEAR": str(settings.CURRENT_EDITION_YEAR)},
null=True,
max_length=300,
)
Expand Down

0 comments on commit 4a6da24

Please sign in to comment.