Skip to content
Snippets Groups Projects
Commit 26c005a5 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Code style fixes.

parent 3c4d9116
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ class BoxBlock(blocks.StructBlock):
icon = "placeholder"
template = "blocks/box_block.html"
class ApplyLinkBlock(blocks.StructBlock):
application = blocks.PageChooserBlock()
......@@ -48,6 +49,7 @@ class ApplyLinkBlock(blocks.StructBlock):
icon = "link"
template = "blocks/apply_link_block.html"
# Main streamfield block to be inherited by Pages
class StoryBlock(blocks.StreamBlock):
heading = blocks.CharBlock(classname="full title", icon='title')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment