--- a/ckanext/example/theme/templates/forms/dataset_form.html +++ b/ckanext/example/theme/templates/forms/dataset_form.html @@ -137,18 +137,24 @@
+ 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

-
+

Tags With Example Vocabulary

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