Skip to content

Commit

Permalink
add helptext to option in YouTune-Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 28, 2022
1 parent 5f2468c commit 91a8f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmsplugin_cascade/bootstrap4/embeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class YoutubeFormMixin(EntangledModelFormMixin):
rel = BooleanField(
label=_("Show related"),
required=False,
help_text=_("Show videos suggested by YouTube at the end."),
)

class Meta:
Expand Down

0 comments on commit 91a8f54

Please sign in to comment.