make intro a larger field

This commit is contained in:
Konstantin 2024-03-23 16:36:18 +01:00
parent b333ec1c58
commit 8f5d475dd4

View file

@ -48,7 +48,7 @@ class BlogPageTag(TaggedItemBase):
class BlogPage(Page):
date = models.DateField("Post date")
intro = models.CharField(max_length=250)
intro = models.TextField()
body = StreamField(
BlogPostBlock(),
blank=True,