1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-22 23:42:25 +00:00

Update forms.py

This commit is contained in:
quark 2024-03-27 09:20:32 +01:00
parent 40c239e9da
commit 73de6e2176

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