Skip to content
Snippets Groups Projects
Verified Commit a5eb9ff1 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix no longer available callable default

parent a36570c0
No related branches found
No related tags found
2 merge requests!973Release,!970fix no longer available callable default
Pipeline #18119 passed
......@@ -64,7 +64,7 @@ class NewsBlock(blocks.StructBlock):
perex = blocks.RichTextBlock(features=RICH_TEXT_FEATURES)
img = ImageChooserBlock()
link = blocks.URLBlock()
date = blocks.DateBlock(default=timezone.now)
date = blocks.DateBlock()
class StudiesBlock(blocks.StructBlock):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment