Change label for basic knowledge block

This commit is contained in:
Christian Cueni 2019-11-05 10:40:19 +01:00
parent 1352f68bae
commit 81fb4f23cd
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class TextBlock(blocks.StructBlock):
class BasicKnowledgeBlock(blocks.StructBlock):
class Meta:
icon = 'placeholder'
label = 'Instrument'
description = blocks.RichTextBlock(required=False)
basic_knowledge = blocks.PageChooserBlock(required=True, target_model='basicknowledge.BasicKnowledge')