Update forms.py

This commit is contained in:
quark 2024-03-27 09:20:32 +01:00
parent 40c239e9da
commit 73de6e2176
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from django import forms
from django.contrib.auth.forms import UserCreationForm
from django.contrib.auth.models import User
from django.utils.translation import gettext_lazy as _
from member.models import Club
#from member.models import Club
from note.models import NoteSpecial, Alias
from note_kfet.inputs import AmountInput