--- a/ckanext/example/theme/templates/forms/dataset_form.html +++ b/ckanext/example/theme/templates/forms/dataset_form.html @@ -137,22 +137,45 @@
+ value="${data.get('tag_string') or ', '.join([tag['name'] for tag in data.get('tags', []) if not tag.get('vocabulary_id')])}" />
Comma-separated terms that may link this dataset to similar ones. For more information on conventions, see this wiki page.
e.g. pollution, rivers, water quality
${errors.get('tag_string', '')}
-

Tags with Vocabulary

+ +

Musical Genre

- -
-
Similar to standard CKAN tags, but these use a fixed vocabulary.
-
${errors.get('vocab_tag_string', '')}
-
+ + +
${errors.get('genre_tag_string', '')}
+ + +

Composer

+
+
+
+ +
+
${errors.get('composer_tag_string', '')}
+
+