Skip to content
Snippets Groups Projects

Fix vars in fstr in conscribosync.py

Merged Ghost User requested to merge fix/conscribosync-strings into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -58,7 +58,7 @@ class Command(BaseCommand):
'plaats': profile.address_city,
'land': profile.get_address_country_display(),
'bankrekeningnummer': {
'name': f'${profile.initials} ${member.last_name}',
'name': f'{profile.initials} {member.last_name}',
'bic': '',
'iban': profile.bank_account,
},
Loading