new pdf
This commit is contained in:
parent
1c16f26454
commit
7fbda2ba23
7 changed files with 167 additions and 74 deletions
|
|
@ -16,7 +16,6 @@ class ConceptAdminForm(forms.ModelForm):
|
|||
class Meta:
|
||||
model = Concept
|
||||
fields = ('titre', 'texte', 'published')
|
||||
|
||||
widgets = {
|
||||
'texte': TinyMCE(attrs={'cols': 120, 'rows': 30}),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue