diff --git a/ckanext/bulkupload/plugin.py b/ckanext/bulkupload/plugin.py index ab38d90..547992a 100644 --- a/ckanext/bulkupload/plugin.py +++ b/ckanext/bulkupload/plugin.py @@ -30,4 +30,4 @@ def get_auth_functions(self): def get_blueprint(self): - return bulkupload + return bulkupload \ No newline at end of file diff --git a/ckanext/bulkupload/templates/package/package_busoperator.html b/ckanext/bulkupload/templates/package/package_busoperator.html index ecc701d..b5eacd1 100644 --- a/ckanext/bulkupload/templates/package/package_busoperator.html +++ b/ckanext/bulkupload/templates/package/package_busoperator.html @@ -6,11 +6,17 @@
{% if request.args.get('errors') %} -
Please fill the dataset title
+A dataset with this title already exists.
{% endif %} - + + startDateInput.addEventListener('change', updateEndDateMin); + {% endblock %} {% endblock %} @@ -70,4 +76,3 @@