Skip to content

Commit

Permalink
Remove spurious help text
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Dec 31, 2023
1 parent 6a71325 commit 3012dd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kmicms/core/blocks/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class CallToActionBlock(blocks.StructBlock):

class Meta:
template = "core/blocks/elements/call-to-action.html"
help_text = "bees"

def clean(self, value: Any) -> Any:
result = super().clean(value)
Expand Down

0 comments on commit 3012dd3

Please sign in to comment.