Move_Tiny_mce and ohter
This commit is contained in:
parent
a445b82f44
commit
c298656437
3226 changed files with 135 additions and 65772 deletions
|
|
@ -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}),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue