Skip to content

Commit

Permalink
Merge pull request #47 from stamen/add-extras-fields-edit
Browse files Browse the repository at this point in the history
Add extras fields to package form to avoid losing them
  • Loading branch information
phargogh authored Dec 17, 2024
2 parents 4d15097 + c3e7c27 commit 7d9639a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% ckan_extends %}

{% block metadata_fields %}
{% block package_metadata_fields_custom %}
{% block custom_fields %}
{% snippet 'snippets/custom_form_fields.html', extras=data.extras, errors=errors, limit=3 %}
{% endblock %}
{% endblock %}
{% endblock %}

0 comments on commit 7d9639a

Please sign in to comment.