Jakub Kuszneruk
Results
5
issues of
Jakub Kuszneruk
I have following form definition: ``` class Form(FlaskForm): text = StringField(description='Some visible text') unique = BooleanField(description="Won't be rendered") ``` And below I'm presenting how does html rendered by following template...