{# Override CKAN's default package_basic_fields.html to replace the native `license_id` dropdown with one populated from Zenodo's vocabulary. This gives us a SINGLE license picker (no duplicates) whose value is accepted both by CKAN and by Zenodo's API. #} {% ckan_extends %} {% block package_basic_fields_license %}
{{ _('License identifier, compatible with Zenodo. The selected license applies to all files.') }}
{% endblock %} {# Hide CKAN's generic "Custom Fields" add/remove section #} {% block package_basic_fields_custom %} {% endblock %}