diff --git a/app/assets/javascripts/discourse/templates/tag-groups-show.hbs b/app/assets/javascripts/discourse/templates/tag-groups-show.hbs index dec3a0e3e9a..0a7dc1ef704 100644 --- a/app/assets/javascripts/discourse/templates/tag-groups-show.hbs +++ b/app/assets/javascripts/discourse/templates/tag-groups-show.hbs @@ -6,6 +6,7 @@ {{tag-chooser tags=model.tag_names everyTag=true + allowCreate=true unlimitedTagCount=true}} @@ -15,6 +16,7 @@ tags=model.parent_tag_name everyTag=true limit=1 + allowCreate=true filterPlaceholder="tagging.groups.parent_tag_placeholder"}} {{i18n 'tagging.groups.parent_tag_description'}}