--- a/ckanext/example/theme/templates/forms/dataset_form.html +++ b/ckanext/example/theme/templates/forms/dataset_form.html @@ -137,7 +137,7 @@
+ 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
@@ -147,8 +147,14 @@
- +
Similar to standard CKAN tags, but these use a fixed vocabulary.
${errors.get('vocab_tag_string', '')}