Nepoužívaný kus kódu

This commit is contained in:
Jonas Havelka 2025-01-24 15:20:00 +01:00
parent f61533df0a
commit 2f814956a7

View file

@ -1,7 +1 @@
from django import forms
class NewPrednaskyForm(forms.Form):
ucastnik = forms.CharField(label = 'Tvoje jméno', max_length = 100)