diff --git a/ckanext/bulkupload/templates/test.html b/ckanext/bulkupload/templates/test.html new file mode 100644 index 0000000..9626075 --- /dev/null +++ b/ckanext/bulkupload/templates/test.html @@ -0,0 +1,38 @@ +{% extends "page.html" %} +{% import 'macros/form.html' as form %} + +{% block primary_content %} +{% block form %} +
+ +{% endblock %} +{% endblock %} + +{% block secondary_content %} + {% block info_module %} +
+ {% trans %} + A CKAN Dataset is a collection of data resources (such as files), + together with a description and other information, at a fixed URL. + Datasets are what users see when searching for data. + {% endtrans %} +
+