Browse Source
Pokud je galerie neverejna, pak organizatori mohou pripisovat komentareremotes/origin/Float_novinky
Bc. Petr Pecha
9 years ago
4 changed files with 30 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||
#coding: utf-8 |
|||
|
|||
from django import forms |
|||
|
|||
class KomentarForm(forms.Form): |
|||
komentar = forms.CharField(label = "Komentář:", max_length = 300, required=False) |
Loading…
Reference in new issue