make intro a larger field
This commit is contained in:
parent
b333ec1c58
commit
8f5d475dd4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class BlogPageTag(TaggedItemBase):
|
||||||
|
|
||||||
class BlogPage(Page):
|
class BlogPage(Page):
|
||||||
date = models.DateField("Post date")
|
date = models.DateField("Post date")
|
||||||
intro = models.CharField(max_length=250)
|
intro = models.TextField()
|
||||||
body = StreamField(
|
body = StreamField(
|
||||||
BlogPostBlock(),
|
BlogPostBlock(),
|
||||||
blank=True,
|
blank=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue