1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Merge branch 'main' into 'remove_picture'

# Conflicts:
#   locale/fr/LC_MESSAGES/django.po
This commit is contained in:
korenstin
2024-07-18 17:52:22 +02:00
8 changed files with 89 additions and 62 deletions

View File

@ -154,7 +154,7 @@ class ClubForm(forms.ModelForm):
class Meta:
model = Club
fields = '__all__'
exclude = ("add_registration_form",)
widgets = {
"membership_fee_paid": AmountInput(),
"membership_fee_unpaid": AmountInput(),