Move_Tiny_mce and ohter

This commit is contained in:
alazo 2018-02-16 11:14:31 +01:00
parent a445b82f44
commit c298656437
3226 changed files with 135 additions and 65772 deletions

View file

@ -148,10 +148,10 @@ class ModuleAdminForm(forms.ModelForm):
model = Module
fields = '__all__'
widgets = {
'nom': forms.Textarea(attrs={'cols': 125, 'rows': 2}),
'description': forms.Textarea(attrs={'cols': 125, 'rows': 4}),
'situation': forms.Textarea(attrs={'cols': 125, 'rows': 6}),
'contenu': forms.Textarea(attrs={'cols': 125, 'rows': 4}),
'nom': forms.Textarea(attrs={'cols': 50, 'rows': 1}),
'description': forms.Textarea(attrs={'cols': 125, 'rows': 3}),
'situation': forms.Textarea(attrs={'cols': 125, 'rows': 4}),
'contenu': forms.Textarea(attrs={'cols': 125, 'rows': 3}),
'didactique': forms.Textarea(attrs={'cols': 125, 'rows': 2}),
'evaluation': forms.Textarea(attrs={'cols': 125, 'rows': 2}),
}