This commit is contained in:
alazo 2018-05-18 15:53:28 +02:00
parent 1c16f26454
commit 7fbda2ba23
7 changed files with 167 additions and 74 deletions

View file

@ -16,7 +16,6 @@ class ConceptAdminForm(forms.ModelForm):
class Meta:
model = Concept
fields = ('titre', 'texte', 'published')
widgets = {
'texte': TinyMCE(attrs={'cols': 120, 'rows': 30}),
}