Well, everyone doesn't want a secondary bank account

This commit is contained in:
Yohann D'ANELLO 2020-10-07 17:43:28 +02:00
parent acb3fb4a91
commit 3eced33082
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class FutureUserDetailView(ProtectQuerysetMixin, LoginRequiredMixin, FormMixin,
fee += 8000
ctx["total_fee"] = "{:.02f}".format(fee / 100, )
ctx["declare_soge_account"] = True
ctx["declare_soge_account"] = SogeCredit.objects.filter(user=user).exists()
return ctx