Skip to content

Commit

Permalink
Merge pull request #380 from JVickery-TBS/fix/resource-create-error-s…
Browse files Browse the repository at this point in the history
…ummary-display

Resource Form Errors Super Fallback
  • Loading branch information
wardi authored Aug 1, 2023
2 parents a92778b + eddde7d commit 8646a9d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
{%- snippet 'scheming/snippets/errors.html',
errors=errors, fields=schema.resource_fields,
entity_type='dataset', object_type=dataset_type -%}
{%- else -%}
{# Resource CreateView You must add at least one data resource #}
{{ super() }}
{%- endif -%}
{% endblock %}

Expand Down

0 comments on commit 8646a9d

Please sign in to comment.