{% ckan_extends %} {% import 'macros/form.html' as form %} {% block admin_form %} {{ super() }} {{ form.input('ckanext.resource_validation.support_contact', id='field-ckanext.resource_validation.support_contact', label=_('Support Contact'), placeholder=_('eg. webmaster@example.com') }} {% endblock %} {% block admin_form_help %} {{ super() }}

Support Contact: Directions for where to go or whom to contact in the event of errors with resource type validation.

{% endblock %}