mirror of https://gitlab.crans.org/bde/nk20
Update forms.py
This commit is contained in:
parent
40c239e9da
commit
73de6e2176
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue