tinymce_8
This commit is contained in:
parent
b5ba8afbb2
commit
30550d3066
1574 changed files with 4 additions and 1469 deletions
|
|
@ -193,7 +193,7 @@ class Objectif(models.Model):
|
|||
class Document(models.Model):
|
||||
docfile = models.FileField(upload_to='media', blank=True)
|
||||
titre = models.CharField(max_length=128, blank=True)
|
||||
texte = tinymce_models.HTMLField(blank=True)
|
||||
texte = tinymce_models.HTMLField(blank=True,)
|
||||
published = models.BooleanField(default=False)
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue