Odstranění zbytečného importu
This commit is contained in:
parent
036af434c6
commit
62a65af40e
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
#coding: utf-8
|
#coding: utf-8
|
||||||
|
|
||||||
from django import forms
|
from django import forms
|
||||||
from seminar.models import Soustredeni
|
|
||||||
|
|
||||||
class KomentarForm(forms.Form):
|
class KomentarForm(forms.Form):
|
||||||
komentar = forms.CharField(label = "Komentář:", max_length = 300, required=False)
|
komentar = forms.CharField(label = "Komentář:", max_length = 300, required=False)
|
||||||
|
|
Loading…
Reference in a new issue