to forms widget by kere , 0 comments
class selectHomeForm(forms.Form): title = forms.CharField(max_length=50, label = 'Select homes:') def __init__ (self, *args, **kwargs): super(selectHomeForm, self).__init__(*args, **kwargs) homes = homeMap.objects.all()
to zope3 z3c.form javascript password widget confirmation by anonymous , 0 comments
<tal:block tal:define="diffpw string:You did not type the same password; ok string:ok; notequal string:not equal;"> <input type="password" id="" name="" class="" title="" lang="" disabled="" readonly="" alt="" tabindex="" accesskey="" size="" maxlength=""