Projet

Général

Profil

« Précédent | Suivant » 

Révision 07de57f5

Ajouté par Jérôme Schneider il y a environ 10 ans

dossiers: limit cols to 70 for comments

Closes #4587

Voir les différences:

calebasse/dossiers/forms.py
168 168
                'family_situation', 'child_custody', 'job_mother', 'job_father',
169 169
                'rm_mother', 'rm_father', 'family_comment')
170 170
        widgets = {
171
                'family_comment': forms.Textarea(attrs={'cols': 100, 'rows': 1}),
171
                'family_comment': forms.Textarea(attrs={'cols': 70, 'rows': 2}),
172 172
                }
173 173

  
174 174
class TransportFrom(ModelForm):

Formats disponibles : Unified diff