From 79ba6c1db1b0be593407605543cafea1e509ed11 Mon Sep 17 00:00:00 2001 From: marco_carollo Date: Thu, 19 Dec 2024 10:27:55 +0100 Subject: [PATCH] refactor: :recycle: refactorin main structure --- ckanext-d4science_theme/.project => .project | 0 .../org.eclipse.core.resources.prefs | 0 .vscode/settings.json | 2 +- ckanext-d4science_theme/LICENSE => LICENSE | 0 ckanext-d4science_theme/MANIFEST.in => MANIFEST.in | 0 ckanext-d4science_theme/README.rst => README.rst | 0 ckanext-d4science_theme/README.md | 3 --- .../ckanext => ckanext}/__init__.py | 0 .../ckanext => ckanext}/d4science_theme/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin .../__pycache__/helpers.cpython-310.pyc | Bin .../__pycache__/plugin.cpython-310.pyc | Bin .../d4science_theme/assets/css/d4science_theme.css | 0 .../assets/css/d4science_theme.css.map | 0 .../d4science_theme/assets/js/d4science_scripts.js | 0 .../d4science_theme/assets/scss/_variables.scss | 0 .../assets/scss/d4science_theme.scss | 0 .../d4science_theme/assets/webassets.yml | 0 .../d4science_theme/controllers/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin .../controllers/__pycache__/home.cpython-310.pyc | Bin .../__pycache__/organization.cpython-310.pyc | Bin .../__pycache__/systemtype.cpython-310.pyc | Bin .../d4science_theme/controllers/home.py | 0 .../d4science_theme/controllers/organization.py | 0 .../d4science_theme/controllers/systemtype.py | 0 .../d4science_theme/d4sdiscovery/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin .../d4s_cache_controller.cpython-310.pyc | Bin .../__pycache__/d4s_extras.cpython-310.pyc | Bin .../__pycache__/d4s_namespaces.cpython-310.pyc | Bin .../d4s_namespaces_controller.cpython-310.pyc | Bin .../d4s_namespaces_extras_util.cpython-310.pyc | Bin .../__pycache__/icproxycontroller.cpython-310.pyc | Bin .../d4sdiscovery/d4s_cache_controller.py | 0 .../d4science_theme/d4sdiscovery/d4s_extras.py | 0 .../d4science_theme/d4sdiscovery/d4s_namespaces.py | 0 .../d4sdiscovery/d4s_namespaces_controller.py | 0 .../d4sdiscovery/d4s_namespaces_extras_util.py | 0 .../d4sdiscovery/icproxycontroller.py | 0 .../ckanext => ckanext}/d4science_theme/db.py | 0 .../d4science_theme/fanstatic/.gitignore | 0 .../d4science_theme/fanstatic/allowed_users.js | 0 .../d4science_theme/fanstatic/d4science_scripts.js | 0 .../d4science_theme/fanstatic/d4science_theme.css | 0 .../ckanext => ckanext}/d4science_theme/helpers.py | 0 .../ckanext => ckanext}/d4science_theme/plugin.py | 0 .../d4science_theme/privatedatasets/actions.py | 0 .../d4science_theme/privatedatasets/auth.py | 0 .../d4science_theme/privatedatasets/constants.py | 0 .../privatedatasets/converters_validators.py | 0 .../privatedatasets/parser/__init__.py | 0 .../privatedatasets/parser/fiware.py | 0 .../d4science_theme/privatedatasets/views.py | 0 .../d4science_theme/public/.gitignore | 0 .../public/D4ScienceDataCataloguelogo.png | Bin .../public/D4ScienceDataCataloguelogo2.png | Bin .../d4science_theme/public/bg-noise.png | Bin .../d4science_theme/public/bg-pattern.svg | 0 .../d4science_theme/public/ckan-logo-footer.png | Bin .../public/d4ScienceDataCatalogue.png | Bin .../d4science_theme/public/d4s_tagcloud.js | 0 .../d4science_theme/public/d4science.ico | Bin .../d4science_theme/public/d4science_logo.png | Bin .../d4science_theme/public/favicon.ico | Bin .../d4science_theme/public/gCube_70.png | Bin .../public/gcubedatacataloguelogo.png | Bin .../public/grsf/GRSF_for_admins_logo.png | Bin .../public/images/groups/icon/placeholder-group.png | Bin .../public/images/organisations/d4sciencelabs.png | Bin .../public/images/organisations/emodnet.png | Bin .../public/images/organisations/fao.png | Bin .../public/images/organisations/grsf.png | Bin .../images/organisations/icon/d4sciencelabs.png | Bin .../public/images/organisations/icon/emodnet.png | Bin .../public/images/organisations/icon/fao.png | Bin .../public/images/organisations/icon/grsf.png | Bin .../public/images/organisations/icon/imarine.png | Bin .../organisations/icon/placeholder-organization.png | Bin .../images/organisations/icon/rprototypinglab.png | Bin .../public/images/organisations/imarine.png | Bin .../public/images/organisations/rprototypinglab.png | Bin .../public/images/types/icon/codelist.png | Bin .../public/images/types/icon/dataset.png | Bin .../public/images/types/icon/dsd.png | Bin .../public/images/types/icon/metadata.png | Bin .../public/images/types/icon/placeholder-type.png | Bin .../public/images/types/icon/researchobject.png | Bin .../public/images/types/icon/series.png | Bin .../public/images/types/icon/service.png | Bin .../public/images/types/icon/trainingmaterial.png | Bin .../types/icon/virtualresearchenvironment.png | Bin .../public/images/types/placeholder-type.png | Bin .../d4science_theme/public/jquery.tagcloud.js | 0 .../d4science_theme/public/location_to_bboxes.ini | 0 .../d4science_theme/public/oai2_style.xsl | 0 .../d4science_theme/public/pageloading.gif | Bin .../public/parthenos/logo-parthenos.png | Bin .../d4science_theme/public/placeholder_types.png | Bin .../d4science_theme/qrcodelink/__init__.py | 0 .../qrcodelink/__pycache__/__init__.cpython-310.pyc | Bin .../__pycache__/generate_qrcode.cpython-310.pyc | Bin .../d4science_theme/qrcodelink/generate_qrcode.py | 0 .../activity_stream_email_notifications.text | 0 .../d4science_theme/templates/admin/base.html | 0 .../d4science_theme/templates/admin/config.html | 0 .../templates/admin/confirm_reset.html | 0 .../d4science_theme/templates/admin/index.html | 0 .../templates/admin/snippets/confirm_delete.html | 0 .../templates/admin/snippets/data_type.html | 0 .../d4science_theme/templates/admin/trash.html | 0 .../templates/ajax_snippets/custom_fields.html | 0 .../templates/ajax_snippets/follow_button.html | 0 .../d4science_theme/templates/base.html | 0 .../d4science_theme/templates/dataviewer/base.html | 0 .../templates/development/primer.html | 0 .../templates/development/snippets/actions.html | 0 .../templates/development/snippets/breadcrumb.html | 0 .../templates/development/snippets/context.html | 0 .../templates/development/snippets/facet.html | 0 .../templates/development/snippets/form.html | 0 .../templates/development/snippets/form_stages.html | 0 .../templates/development/snippets/list.html | 0 .../templates/development/snippets/media_grid.html | 0 .../templates/development/snippets/module.html | 0 .../templates/development/snippets/nav.html | 0 .../templates/development/snippets/page_header.html | 0 .../templates/development/snippets/pagination.html | 0 .../development/snippets/simple-input.html | 0 .../templates/emails/invite_user.txt | 0 .../templates/emails/invite_user_subject.txt | 0 .../templates/emails/reset_password.txt | 0 .../templates/emails/reset_password_subject.txt | 0 .../templates/error_document_template.html | 0 .../d4science_theme/templates/footer.html | 0 .../d4science_theme/templates/group/about.html | 0 .../d4science_theme/templates/group/admins.html | 0 .../templates/group/base_form_page.html | 0 .../templates/group/confirm_delete.html | 0 .../templates/group/confirm_delete_member.html | 0 .../d4science_theme/templates/group/edit.html | 0 .../d4science_theme/templates/group/edit_base.html | 0 .../d4science_theme/templates/group/followers.html | 0 .../d4science_theme/templates/group/index.html | 0 .../d4science_theme/templates/group/member_new.html | 0 .../d4science_theme/templates/group/members.html | 0 .../d4science_theme/templates/group/new.html | 0 .../templates/group/new_group_form.html | 0 .../d4science_theme/templates/group/read.html | 0 .../d4science_theme/templates/group/read_base.html | 0 .../templates/group/snippets/feeds.html | 0 .../templates/group/snippets/group_form.html | 0 .../templates/group/snippets/group_item.html | 0 .../templates/group/snippets/group_list.html | 0 .../templates/group/snippets/helper.html | 0 .../templates/group/snippets/info.html | 0 .../d4science_theme/templates/header.html | 0 .../d4science_theme/templates/home/about.html | 0 .../d4science_theme/templates/home/index.html | 0 .../d4science_theme/templates/home/layout1.html | 0 .../d4science_theme/templates/home/robots.txt | 0 .../templates/home/snippets/about_text.html | 0 .../templates/home/snippets/featured_group.html | 0 .../home/snippets/featured_organization.html | 0 .../templates/home/snippets/popular_formats.html | 0 .../templates/home/snippets/popular_tags.html | 0 .../templates/home/snippets/promoted.html | 0 .../templates/home/snippets/search.html | 0 .../templates/home/snippets/search_for_groups.html | 0 .../home/snippets/search_for_location.html | 0 .../home/snippets/search_for_organisations.html | 0 .../templates/home/snippets/search_for_types.html | 0 .../templates/home/snippets/stats.html | 0 .../d4science_theme/templates/macros/autoform.html | 0 .../d4science_theme/templates/macros/form.html | 0 .../templates/macros/form/attributes.html | 0 .../templates/macros/form/checkbox.html | 0 .../templates/macros/form/custom.html | 0 .../templates/macros/form/errors.html | 0 .../templates/macros/form/hidden.html | 0 .../templates/macros/form/hidden_from_list.html | 0 .../templates/macros/form/image_upload.html | 0 .../d4science_theme/templates/macros/form/info.html | 0 .../templates/macros/form/input.html | 0 .../templates/macros/form/input_block.html | 0 .../templates/macros/form/markdown.html | 0 .../templates/macros/form/prepend.html | 0 .../templates/macros/form/required_message.html | 0 .../templates/macros/form/select.html | 0 .../templates/macros/form/textarea.html | 0 .../templates/organization/about.html | 0 .../templates/organization/admins.html | 0 .../templates/organization/base_form_page.html | 0 .../templates/organization/bulk_process.html | 0 .../templates/organization/confirm_delete.html | 0 .../organization/confirm_delete_member.html | 0 .../templates/organization/edit.html | 0 .../templates/organization/edit_base.html | 0 .../templates/organization/index.html | 0 .../templates/organization/member_new.html | 0 .../templates/organization/members.html | 0 .../d4science_theme/templates/organization/new.html | 0 .../organization/new_organization_form.html | 0 .../templates/organization/read.html | 0 .../templates/organization/read_base.html | 0 .../templates/organization/snippets/feeds.html | 0 .../templates/organization/snippets/helper.html | 0 .../organization/snippets/organization_form.html | 0 .../organization/snippets/organization_item.html | 0 .../organization/snippets/organization_list.html | 0 .../templates/organization_vre/index.html | 0 .../templates/organization_vre/read.html | 0 .../d4science_theme/templates/package/base.html | 0 .../templates/package/base_form_page.html | 0 .../package/collaborators/collaborator_new.html | 0 .../package/collaborators/collaborators.html | 0 .../package/collaborators/confirm_delete.html | 0 .../templates/package/confirm_delete.html | 0 .../templates/package/confirm_delete_resource.html | 0 .../d4science_theme/templates/package/edit.html | 0 .../templates/package/edit_base.html | 0 .../templates/package/edit_view.html | 0 .../templates/package/followers.html | 0 .../templates/package/group_list.html | 0 .../d4science_theme/templates/package/new.html | 0 .../templates/package/new_package_form.html | 0 .../templates/package/new_resource.html | 0 .../templates/package/new_resource_not_draft.html | 0 .../d4science_theme/templates/package/new_view.html | 0 .../d4science_theme/templates/package/read.html | 0 .../templates/package/read_base.html | 0 .../templates/package/resource_edit.html | 0 .../templates/package/resource_edit_base.html | 0 .../templates/package/resource_read.html | 0 .../templates/package/resource_views.html | 0 .../templates/package/resources.html | 0 .../d4science_theme/templates/package/search.html | 0 .../templates/package/snippets/additional_info.html | 0 .../package/snippets/cannot_create_package.html | 0 .../templates/package/snippets/extras_table.html | 0 .../templates/package/snippets/info.html | 0 .../package/snippets/new_package_breadcrumb.html | 0 .../package/snippets/package_basic_fields.html | 0 .../templates/package/snippets/package_form.html | 0 .../package/snippets/package_metadata_fields.html | 0 .../templates/package/snippets/qrcdode_show.html | 0 .../package/snippets/resource_edit_form.html | 0 .../templates/package/snippets/resource_form.html | 0 .../templates/package/snippets/resource_help.html | 0 .../templates/package/snippets/resource_info.html | 0 .../templates/package/snippets/resource_item.html | 0 .../package/snippets/resource_upload_field.html | 0 .../templates/package/snippets/resource_view.html | 0 .../package/snippets/resource_view_embed.html | 0 .../package/snippets/resource_view_filters.html | 0 .../package/snippets/resource_views_list.html | 0 .../package/snippets/resource_views_list_item.html | 0 .../templates/package/snippets/resources.html | 0 .../templates/package/snippets/resources_list.html | 0 .../templates/package/snippets/stages.html | 0 .../templates/package/snippets/tags.html | 0 .../templates/package/snippets/view_form.html | 0 .../package/snippets/view_form_filters.html | 0 .../templates/package/snippets/view_help.html | 0 .../templates/package/view_edit_base.html | 0 .../d4science_theme/templates/page.html | 0 .../d4science_theme/templates/revision/__init__.py | 0 .../templates/snippets/acquire_button.html | 0 .../templates/snippets/add_dataset.html | 0 .../templates/snippets/additional_info.html | 0 .../d4science_theme/templates/snippets/context.html | 0 .../templates/snippets/context/dataset.html | 0 .../templates/snippets/context/group.html | 0 .../templates/snippets/context/user.html | 0 .../templates/snippets/csrf_input.html | 0 .../templates/snippets/custom_form_fields.html | 0 .../templates/snippets/datapusher_status.html | 0 .../templates/snippets/disqus_trackback.html | 0 .../templates/snippets/facet_list.html | 0 .../templates/snippets/follow_button.html | 0 .../d4science_theme/templates/snippets/group.html | 0 .../templates/snippets/group_item.html | 0 .../templates/snippets/home_breadcrumb_item.html | 0 .../templates/snippets/language_selector.html | 0 .../d4science_theme/templates/snippets/license.html | 0 .../templates/snippets/local_friendly_datetime.html | 0 .../templates/snippets/organization.html | 0 .../templates/snippets/organization_item.html | 0 .../templates/snippets/package_item.html | 0 .../templates/snippets/package_list.html | 0 .../d4science_theme/templates/snippets/popular.html | 0 .../d4science_theme/templates/snippets/private.html | 0 .../templates/snippets/search_form.html | 0 .../templates/snippets/search_result_text.html | 0 .../templates/snippets/simple_search.html | 0 .../d4science_theme/templates/snippets/social.html | 0 .../templates/snippets/tag_list.html | 0 .../d4science_theme/templates/tag/index.html | 0 .../templates/tag/snippets/helper.html | 0 .../templates/tag/snippets/tag_form.html | 0 .../templates/tag/snippets/tag_list.html | 0 .../templates/tests/broken_helper_as_attribute.html | 0 .../templates/tests/broken_helper_as_item.html | 0 .../templates/tests/flash_messages.html | 0 .../templates/tests/helper_as_attribute.html | 0 .../templates/tests/helper_as_item.html | 0 .../tests/mock_json_resource_preview_template.html | 0 .../tests/mock_resource_preview_template.html | 0 .../d4science_theme/templates/type/index.html | 0 .../templates/type/snippets/helper.html | 0 .../templates/type/snippets/type_form.html | 0 .../templates/type/snippets/type_item.html | 0 .../templates/type/snippets/type_list.html | 0 .../d4science_theme/templates/user/api_tokens.html | 0 .../templates/user/confirm_delete.html | 0 .../d4science_theme/templates/user/dashboard.html | 0 .../templates/user/dashboard_acquired.html | 0 .../templates/user/dashboard_datasets.html | 0 .../templates/user/dashboard_groups.html | 0 .../templates/user/dashboard_organizations.html | 0 .../d4science_theme/templates/user/edit.html | 0 .../d4science_theme/templates/user/edit_base.html | 0 .../templates/user/edit_user_form.html | 0 .../d4science_theme/templates/user/followers.html | 0 .../d4science_theme/templates/user/list.html | 0 .../d4science_theme/templates/user/login.html | 0 .../d4science_theme/templates/user/logout.html | 0 .../templates/user/logout_first.html | 0 .../d4science_theme/templates/user/new.html | 0 .../templates/user/new_user_form.html | 0 .../templates/user/perform_reset.html | 0 .../d4science_theme/templates/user/read.html | 0 .../d4science_theme/templates/user/read_base.html | 0 .../templates/user/request_reset.html | 0 .../templates/user/snippets/api_token_list.html | 0 .../templates/user/snippets/followers.html | 0 .../templates/user/snippets/login_form.html | 0 .../templates/user/snippets/placeholder.html | 0 .../templates/user/snippets/recaptcha.html | 0 .../templates/user/snippets/user_search.html | 0 .../d4science_theme/templates2.6/.gitignore | 0 .../d4science_theme/templates2.6/base.html | 0 .../d4science_theme/templates2.6/footer.html | 0 .../templates2.6/group/read_base.html | 0 .../templates2.6/group/snippets/group_form.html | 0 .../templates2.6/group/snippets/group_item.html | 0 .../templates2.6/group/snippets/group_list.html | 0 .../group/snippets/group_list_simple.html | 0 .../templates2.6/group/snippets/group_tree.html | 0 .../d4science_theme/templates2.6/header.html | 0 .../d4science_theme/templates2.6/home/index.html | 0 .../d4science_theme/templates2.6/home/layout2.html | 0 .../home/snippets/featured_organization.html | 0 .../templates2.6/home/snippets/popular_formats.html | 0 .../templates2.6/home/snippets/popular_groups.html | 0 .../home/snippets/popular_metadatatypes.html | 0 .../templates2.6/home/snippets/popular_tags.html | 0 .../templates2.6/home/snippets/promoted.html | 0 .../templates2.6/home/snippets/search.html | 0 .../home/snippets/search_for_groups.html | 0 .../home/snippets/search_for_location.html | 0 .../home/snippets/search_for_organisations.html | 0 .../home/snippets/search_for_types.html | 0 .../templates2.6/home/snippets/stats.html | 0 .../templates2.6/organization/read.html | 0 .../templates2.6/organization/read_base.html | 0 .../organization/snippets/organization_item.html | 0 .../templates2.6/organization_vre/index.html | 0 .../templates2.6/organization_vre/read.html | 0 .../d4science_theme/templates2.6/package/base.html | 0 .../templates2.6/package/group_list.html | 0 .../d4science_theme/templates2.6/package/read.html | 0 .../templates2.6/package/read_base.html | 0 .../templates2.6/package/resource_edit_base.html | 0 .../templates2.6/package/resource_read.html | 0 .../templates2.6/package/search.html | 0 .../package/snippets/additional_info.html | 0 .../templates2.6/package/snippets/extras_table.html | 0 .../templates2.6/package/snippets/info.html | 0 .../templates2.6/package/snippets/qrcode_show.html | 0 .../package/snippets/resource_form.html | 0 .../package/snippets/resource_item.html | 0 .../templates2.6/package/snippets/resources.html | 0 .../package/snippets/resources_list.html | 0 .../d4science_theme/templates2.6/page.html | 0 .../templates2.6/snippets/custom_form_fields.html | 0 .../templates2.6/snippets/facet_list.html | 0 .../templates2.6/snippets/package_item.html | 0 .../templates2.6/snippets/tag_list.html | 0 .../d4science_theme/templates2.6/type/index.html | 0 .../templates2.6/type/snippets/helper.html | 0 .../templates2.6/type/snippets/type_form.html | 0 .../templates2.6/type/snippets/type_item.html | 0 .../templates2.6/type/snippets/type_list.html | 0 .../templates2.6/user/dashboard.html | 0 .../templates2.6/user/dashboard_datasets.html | 0 .../templates2.6/user/dashboard_groups.html | 0 .../templates2.6/user/dashboard_organizations.html | 0 .../d4science_theme/tests/__init__.py | 0 .../d4science_theme/tests/test_plugin.py | 0 .../d4science_theme/validators.py | 0 .../PKG-INFO | 0 .../SOURCES.txt | 0 .../dependency_links.txt | 0 .../entry_points.txt | 0 .../top_level.txt | 0 .../requirements.txt => requirements.txt | 0 ckanext-d4science_theme/setup.cfg => setup.cfg | 0 ckanext-d4science_theme/setup.py => setup.py | 0 ckanext-d4science_theme/test.ini => test.ini | 0 410 files changed, 1 insertion(+), 4 deletions(-) rename ckanext-d4science_theme/.project => .project (100%) rename {ckanext-d4science_theme/.settings => .settings}/org.eclipse.core.resources.prefs (100%) rename ckanext-d4science_theme/LICENSE => LICENSE (100%) rename ckanext-d4science_theme/MANIFEST.in => MANIFEST.in (100%) rename ckanext-d4science_theme/README.rst => README.rst (100%) delete mode 100644 ckanext-d4science_theme/README.md rename {ckanext-d4science_theme/ckanext => ckanext}/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/__pycache__/__init__.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/__pycache__/helpers.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/__pycache__/plugin.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/assets/css/d4science_theme.css (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/assets/css/d4science_theme.css.map (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/assets/js/d4science_scripts.js (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/assets/scss/_variables.scss (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/assets/scss/d4science_theme.scss (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/assets/webassets.yml (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/__pycache__/__init__.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/__pycache__/home.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/__pycache__/organization.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/__pycache__/systemtype.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/home.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/organization.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/controllers/systemtype.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/__init__.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/d4s_cache_controller.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/d4s_extras.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_controller.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_extras_util.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/__pycache__/icproxycontroller.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/d4s_cache_controller.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/d4s_extras.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/d4s_namespaces.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/d4s_namespaces_controller.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/d4s_namespaces_extras_util.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/d4sdiscovery/icproxycontroller.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/db.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/fanstatic/.gitignore (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/fanstatic/allowed_users.js (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/fanstatic/d4science_scripts.js (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/fanstatic/d4science_theme.css (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/helpers.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/plugin.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/actions.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/auth.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/constants.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/converters_validators.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/parser/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/parser/fiware.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/privatedatasets/views.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/.gitignore (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/D4ScienceDataCataloguelogo.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/D4ScienceDataCataloguelogo2.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/bg-noise.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/bg-pattern.svg (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/ckan-logo-footer.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/d4ScienceDataCatalogue.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/d4s_tagcloud.js (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/d4science.ico (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/d4science_logo.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/favicon.ico (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/gCube_70.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/gcubedatacataloguelogo.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/grsf/GRSF_for_admins_logo.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/groups/icon/placeholder-group.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/d4sciencelabs.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/emodnet.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/fao.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/grsf.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/d4sciencelabs.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/emodnet.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/fao.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/grsf.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/imarine.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/placeholder-organization.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/icon/rprototypinglab.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/imarine.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/organisations/rprototypinglab.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/codelist.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/dataset.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/dsd.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/metadata.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/placeholder-type.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/researchobject.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/series.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/service.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/trainingmaterial.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/icon/virtualresearchenvironment.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/images/types/placeholder-type.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/jquery.tagcloud.js (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/location_to_bboxes.ini (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/oai2_style.xsl (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/pageloading.gif (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/parthenos/logo-parthenos.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/public/placeholder_types.png (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/qrcodelink/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/qrcodelink/__pycache__/__init__.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/qrcodelink/__pycache__/generate_qrcode.cpython-310.pyc (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/qrcodelink/generate_qrcode.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/activity_streams/activity_stream_email_notifications.text (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/config.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/confirm_reset.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/snippets/confirm_delete.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/snippets/data_type.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/admin/trash.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/ajax_snippets/custom_fields.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/ajax_snippets/follow_button.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/dataviewer/base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/primer.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/actions.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/breadcrumb.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/context.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/facet.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/form_stages.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/media_grid.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/module.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/nav.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/page_header.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/pagination.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/development/snippets/simple-input.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/emails/invite_user.txt (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/emails/invite_user_subject.txt (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/emails/reset_password.txt (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/emails/reset_password_subject.txt (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/error_document_template.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/footer.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/about.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/admins.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/base_form_page.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/confirm_delete.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/confirm_delete_member.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/edit.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/followers.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/member_new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/members.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/new_group_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/snippets/feeds.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/snippets/group_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/snippets/group_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/snippets/group_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/snippets/helper.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/group/snippets/info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/header.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/about.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/layout1.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/robots.txt (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/about_text.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/featured_group.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/featured_organization.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/popular_formats.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/popular_tags.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/promoted.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/search.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/search_for_groups.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/search_for_location.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/search_for_organisations.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/search_for_types.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/home/snippets/stats.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/autoform.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/attributes.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/checkbox.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/custom.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/errors.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/hidden.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/hidden_from_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/image_upload.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/input.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/input_block.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/markdown.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/prepend.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/required_message.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/select.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/macros/form/textarea.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/about.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/admins.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/base_form_page.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/bulk_process.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/confirm_delete.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/confirm_delete_member.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/edit.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/member_new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/members.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/new_organization_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/snippets/feeds.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/snippets/helper.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/snippets/organization_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/snippets/organization_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization/snippets/organization_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization_vre/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/organization_vre/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/base_form_page.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/collaborators/collaborator_new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/collaborators/collaborators.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/collaborators/confirm_delete.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/confirm_delete.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/confirm_delete_resource.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/edit.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/edit_view.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/followers.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/group_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/new_package_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/new_resource.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/new_resource_not_draft.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/new_view.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/resource_edit.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/resource_edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/resource_read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/resource_views.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/resources.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/search.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/additional_info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/cannot_create_package.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/extras_table.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/new_package_breadcrumb.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/package_basic_fields.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/package_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/package_metadata_fields.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/qrcdode_show.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_edit_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_help.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_upload_field.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_view.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_view_embed.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_view_filters.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_views_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resource_views_list_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resources.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/resources_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/stages.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/tags.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/view_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/view_form_filters.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/snippets/view_help.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/package/view_edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/page.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/revision/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/acquire_button.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/add_dataset.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/additional_info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/context.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/context/dataset.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/context/group.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/context/user.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/csrf_input.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/custom_form_fields.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/datapusher_status.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/disqus_trackback.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/facet_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/follow_button.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/group.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/group_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/home_breadcrumb_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/language_selector.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/license.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/local_friendly_datetime.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/organization.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/organization_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/package_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/package_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/popular.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/private.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/search_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/search_result_text.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/simple_search.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/social.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/snippets/tag_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tag/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tag/snippets/helper.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tag/snippets/tag_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tag/snippets/tag_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/broken_helper_as_attribute.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/broken_helper_as_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/flash_messages.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/helper_as_attribute.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/helper_as_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/mock_json_resource_preview_template.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/tests/mock_resource_preview_template.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/type/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/type/snippets/helper.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/type/snippets/type_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/type/snippets/type_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/type/snippets/type_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/api_tokens.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/confirm_delete.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/dashboard.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/dashboard_acquired.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/dashboard_datasets.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/dashboard_groups.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/dashboard_organizations.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/edit.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/edit_user_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/followers.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/login.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/logout.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/logout_first.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/new.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/new_user_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/perform_reset.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/request_reset.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/snippets/api_token_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/snippets/followers.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/snippets/login_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/snippets/placeholder.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/snippets/recaptcha.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates/user/snippets/user_search.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/.gitignore (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/footer.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/group/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/group/snippets/group_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/group/snippets/group_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/group/snippets/group_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/group/snippets/group_list_simple.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/group/snippets/group_tree.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/header.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/layout2.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/featured_organization.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/popular_formats.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/popular_groups.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/popular_metadatatypes.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/popular_tags.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/promoted.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/search.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/search_for_groups.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/search_for_location.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/search_for_organisations.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/search_for_types.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/home/snippets/stats.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/organization/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/organization/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/organization/snippets/organization_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/organization_vre/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/organization_vre/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/group_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/read_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/resource_edit_base.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/resource_read.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/search.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/additional_info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/extras_table.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/info.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/qrcode_show.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/resource_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/resource_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/resources.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/package/snippets/resources_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/page.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/snippets/custom_form_fields.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/snippets/facet_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/snippets/package_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/snippets/tag_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/type/index.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/type/snippets/helper.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/type/snippets/type_form.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/type/snippets/type_item.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/type/snippets/type_list.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/user/dashboard.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/user/dashboard_datasets.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/user/dashboard_groups.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/templates2.6/user/dashboard_organizations.html (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/tests/__init__.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/tests/test_plugin.py (100%) rename {ckanext-d4science_theme/ckanext => ckanext}/d4science_theme/validators.py (100%) rename {ckanext-d4science_theme/ckanext_d4science_theme.egg-info => ckanext_d4science_theme.egg-info}/PKG-INFO (100%) rename {ckanext-d4science_theme/ckanext_d4science_theme.egg-info => ckanext_d4science_theme.egg-info}/SOURCES.txt (100%) rename {ckanext-d4science_theme/ckanext_d4science_theme.egg-info => ckanext_d4science_theme.egg-info}/dependency_links.txt (100%) rename {ckanext-d4science_theme/ckanext_d4science_theme.egg-info => ckanext_d4science_theme.egg-info}/entry_points.txt (100%) rename {ckanext-d4science_theme/ckanext_d4science_theme.egg-info => ckanext_d4science_theme.egg-info}/top_level.txt (100%) rename ckanext-d4science_theme/requirements.txt => requirements.txt (100%) rename ckanext-d4science_theme/setup.cfg => setup.cfg (100%) rename ckanext-d4science_theme/setup.py => setup.py (100%) rename ckanext-d4science_theme/test.ini => test.ini (100%) diff --git a/ckanext-d4science_theme/.project b/.project similarity index 100% rename from ckanext-d4science_theme/.project rename to .project diff --git a/ckanext-d4science_theme/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs similarity index 100% rename from ckanext-d4science_theme/.settings/org.eclipse.core.resources.prefs rename to .settings/org.eclipse.core.resources.prefs diff --git a/.vscode/settings.json b/.vscode/settings.json index d8b882f..dab9705 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ { "format": "compressed", "extensionName": ".css", - "savePath": "/ckanext-d4science_theme/ckanext/d4science_theme/assets/css" + "savePath": "/ckanext/d4science_theme/assets/css" } ], "liveSassCompile.settings.generateMap": true, diff --git a/ckanext-d4science_theme/LICENSE b/LICENSE similarity index 100% rename from ckanext-d4science_theme/LICENSE rename to LICENSE diff --git a/ckanext-d4science_theme/MANIFEST.in b/MANIFEST.in similarity index 100% rename from ckanext-d4science_theme/MANIFEST.in rename to MANIFEST.in diff --git a/ckanext-d4science_theme/README.rst b/README.rst similarity index 100% rename from ckanext-d4science_theme/README.rst rename to README.rst diff --git a/ckanext-d4science_theme/README.md b/ckanext-d4science_theme/README.md deleted file mode 100644 index 8d71cb2..0000000 --- a/ckanext-d4science_theme/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ckanext-d4science_theme - -si parte dal plugin presente su gitlab diff --git a/ckanext-d4science_theme/ckanext/__init__.py b/ckanext/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/__init__.py rename to ckanext/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/__init__.py b/ckanext/d4science_theme/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/__init__.py rename to ckanext/d4science_theme/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/__pycache__/__init__.cpython-310.pyc b/ckanext/d4science_theme/__pycache__/__init__.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/__pycache__/__init__.cpython-310.pyc rename to ckanext/d4science_theme/__pycache__/__init__.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/__pycache__/helpers.cpython-310.pyc b/ckanext/d4science_theme/__pycache__/helpers.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/__pycache__/helpers.cpython-310.pyc rename to ckanext/d4science_theme/__pycache__/helpers.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/__pycache__/plugin.cpython-310.pyc b/ckanext/d4science_theme/__pycache__/plugin.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/__pycache__/plugin.cpython-310.pyc rename to ckanext/d4science_theme/__pycache__/plugin.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/assets/css/d4science_theme.css b/ckanext/d4science_theme/assets/css/d4science_theme.css similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/assets/css/d4science_theme.css rename to ckanext/d4science_theme/assets/css/d4science_theme.css diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/assets/css/d4science_theme.css.map b/ckanext/d4science_theme/assets/css/d4science_theme.css.map similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/assets/css/d4science_theme.css.map rename to ckanext/d4science_theme/assets/css/d4science_theme.css.map diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/assets/js/d4science_scripts.js b/ckanext/d4science_theme/assets/js/d4science_scripts.js similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/assets/js/d4science_scripts.js rename to ckanext/d4science_theme/assets/js/d4science_scripts.js diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/assets/scss/_variables.scss b/ckanext/d4science_theme/assets/scss/_variables.scss similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/assets/scss/_variables.scss rename to ckanext/d4science_theme/assets/scss/_variables.scss diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/assets/scss/d4science_theme.scss b/ckanext/d4science_theme/assets/scss/d4science_theme.scss similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/assets/scss/d4science_theme.scss rename to ckanext/d4science_theme/assets/scss/d4science_theme.scss diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/assets/webassets.yml b/ckanext/d4science_theme/assets/webassets.yml similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/assets/webassets.yml rename to ckanext/d4science_theme/assets/webassets.yml diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/__init__.py b/ckanext/d4science_theme/controllers/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/__init__.py rename to ckanext/d4science_theme/controllers/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/__init__.cpython-310.pyc b/ckanext/d4science_theme/controllers/__pycache__/__init__.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/__init__.cpython-310.pyc rename to ckanext/d4science_theme/controllers/__pycache__/__init__.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/home.cpython-310.pyc b/ckanext/d4science_theme/controllers/__pycache__/home.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/home.cpython-310.pyc rename to ckanext/d4science_theme/controllers/__pycache__/home.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/organization.cpython-310.pyc b/ckanext/d4science_theme/controllers/__pycache__/organization.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/organization.cpython-310.pyc rename to ckanext/d4science_theme/controllers/__pycache__/organization.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/systemtype.cpython-310.pyc b/ckanext/d4science_theme/controllers/__pycache__/systemtype.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/__pycache__/systemtype.cpython-310.pyc rename to ckanext/d4science_theme/controllers/__pycache__/systemtype.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/home.py b/ckanext/d4science_theme/controllers/home.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/home.py rename to ckanext/d4science_theme/controllers/home.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/organization.py b/ckanext/d4science_theme/controllers/organization.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/organization.py rename to ckanext/d4science_theme/controllers/organization.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/controllers/systemtype.py b/ckanext/d4science_theme/controllers/systemtype.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/controllers/systemtype.py rename to ckanext/d4science_theme/controllers/systemtype.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__init__.py b/ckanext/d4science_theme/d4sdiscovery/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__init__.py rename to ckanext/d4science_theme/d4sdiscovery/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/__init__.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/__init__.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/__init__.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/__init__.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_cache_controller.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_cache_controller.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_cache_controller.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_cache_controller.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_extras.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_extras.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_extras.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_extras.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_controller.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_controller.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_controller.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_controller.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_extras_util.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_extras_util.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_extras_util.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/d4s_namespaces_extras_util.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/icproxycontroller.cpython-310.pyc b/ckanext/d4science_theme/d4sdiscovery/__pycache__/icproxycontroller.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/__pycache__/icproxycontroller.cpython-310.pyc rename to ckanext/d4science_theme/d4sdiscovery/__pycache__/icproxycontroller.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_cache_controller.py b/ckanext/d4science_theme/d4sdiscovery/d4s_cache_controller.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_cache_controller.py rename to ckanext/d4science_theme/d4sdiscovery/d4s_cache_controller.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_extras.py b/ckanext/d4science_theme/d4sdiscovery/d4s_extras.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_extras.py rename to ckanext/d4science_theme/d4sdiscovery/d4s_extras.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces.py b/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces.py rename to ckanext/d4science_theme/d4sdiscovery/d4s_namespaces.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_controller.py b/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_controller.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_controller.py rename to ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_controller.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_extras_util.py b/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_extras_util.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_extras_util.py rename to ckanext/d4science_theme/d4sdiscovery/d4s_namespaces_extras_util.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/icproxycontroller.py b/ckanext/d4science_theme/d4sdiscovery/icproxycontroller.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/d4sdiscovery/icproxycontroller.py rename to ckanext/d4science_theme/d4sdiscovery/icproxycontroller.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/db.py b/ckanext/d4science_theme/db.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/db.py rename to ckanext/d4science_theme/db.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/.gitignore b/ckanext/d4science_theme/fanstatic/.gitignore similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/.gitignore rename to ckanext/d4science_theme/fanstatic/.gitignore diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/allowed_users.js b/ckanext/d4science_theme/fanstatic/allowed_users.js similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/allowed_users.js rename to ckanext/d4science_theme/fanstatic/allowed_users.js diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/d4science_scripts.js b/ckanext/d4science_theme/fanstatic/d4science_scripts.js similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/d4science_scripts.js rename to ckanext/d4science_theme/fanstatic/d4science_scripts.js diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/d4science_theme.css b/ckanext/d4science_theme/fanstatic/d4science_theme.css similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/fanstatic/d4science_theme.css rename to ckanext/d4science_theme/fanstatic/d4science_theme.css diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/helpers.py b/ckanext/d4science_theme/helpers.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/helpers.py rename to ckanext/d4science_theme/helpers.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/plugin.py b/ckanext/d4science_theme/plugin.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/plugin.py rename to ckanext/d4science_theme/plugin.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/actions.py b/ckanext/d4science_theme/privatedatasets/actions.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/actions.py rename to ckanext/d4science_theme/privatedatasets/actions.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/auth.py b/ckanext/d4science_theme/privatedatasets/auth.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/auth.py rename to ckanext/d4science_theme/privatedatasets/auth.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/constants.py b/ckanext/d4science_theme/privatedatasets/constants.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/constants.py rename to ckanext/d4science_theme/privatedatasets/constants.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/converters_validators.py b/ckanext/d4science_theme/privatedatasets/converters_validators.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/converters_validators.py rename to ckanext/d4science_theme/privatedatasets/converters_validators.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/parser/__init__.py b/ckanext/d4science_theme/privatedatasets/parser/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/parser/__init__.py rename to ckanext/d4science_theme/privatedatasets/parser/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/parser/fiware.py b/ckanext/d4science_theme/privatedatasets/parser/fiware.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/parser/fiware.py rename to ckanext/d4science_theme/privatedatasets/parser/fiware.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/views.py b/ckanext/d4science_theme/privatedatasets/views.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/privatedatasets/views.py rename to ckanext/d4science_theme/privatedatasets/views.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/.gitignore b/ckanext/d4science_theme/public/.gitignore similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/.gitignore rename to ckanext/d4science_theme/public/.gitignore diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/D4ScienceDataCataloguelogo.png b/ckanext/d4science_theme/public/D4ScienceDataCataloguelogo.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/D4ScienceDataCataloguelogo.png rename to ckanext/d4science_theme/public/D4ScienceDataCataloguelogo.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/D4ScienceDataCataloguelogo2.png b/ckanext/d4science_theme/public/D4ScienceDataCataloguelogo2.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/D4ScienceDataCataloguelogo2.png rename to ckanext/d4science_theme/public/D4ScienceDataCataloguelogo2.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/bg-noise.png b/ckanext/d4science_theme/public/bg-noise.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/bg-noise.png rename to ckanext/d4science_theme/public/bg-noise.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/bg-pattern.svg b/ckanext/d4science_theme/public/bg-pattern.svg similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/bg-pattern.svg rename to ckanext/d4science_theme/public/bg-pattern.svg diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/ckan-logo-footer.png b/ckanext/d4science_theme/public/ckan-logo-footer.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/ckan-logo-footer.png rename to ckanext/d4science_theme/public/ckan-logo-footer.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/d4ScienceDataCatalogue.png b/ckanext/d4science_theme/public/d4ScienceDataCatalogue.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/d4ScienceDataCatalogue.png rename to ckanext/d4science_theme/public/d4ScienceDataCatalogue.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/d4s_tagcloud.js b/ckanext/d4science_theme/public/d4s_tagcloud.js similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/d4s_tagcloud.js rename to ckanext/d4science_theme/public/d4s_tagcloud.js diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/d4science.ico b/ckanext/d4science_theme/public/d4science.ico similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/d4science.ico rename to ckanext/d4science_theme/public/d4science.ico diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/d4science_logo.png b/ckanext/d4science_theme/public/d4science_logo.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/d4science_logo.png rename to ckanext/d4science_theme/public/d4science_logo.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/favicon.ico b/ckanext/d4science_theme/public/favicon.ico similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/favicon.ico rename to ckanext/d4science_theme/public/favicon.ico diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/gCube_70.png b/ckanext/d4science_theme/public/gCube_70.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/gCube_70.png rename to ckanext/d4science_theme/public/gCube_70.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/gcubedatacataloguelogo.png b/ckanext/d4science_theme/public/gcubedatacataloguelogo.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/gcubedatacataloguelogo.png rename to ckanext/d4science_theme/public/gcubedatacataloguelogo.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/grsf/GRSF_for_admins_logo.png b/ckanext/d4science_theme/public/grsf/GRSF_for_admins_logo.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/grsf/GRSF_for_admins_logo.png rename to ckanext/d4science_theme/public/grsf/GRSF_for_admins_logo.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/groups/icon/placeholder-group.png b/ckanext/d4science_theme/public/images/groups/icon/placeholder-group.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/groups/icon/placeholder-group.png rename to ckanext/d4science_theme/public/images/groups/icon/placeholder-group.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/d4sciencelabs.png b/ckanext/d4science_theme/public/images/organisations/d4sciencelabs.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/d4sciencelabs.png rename to ckanext/d4science_theme/public/images/organisations/d4sciencelabs.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/emodnet.png b/ckanext/d4science_theme/public/images/organisations/emodnet.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/emodnet.png rename to ckanext/d4science_theme/public/images/organisations/emodnet.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/fao.png b/ckanext/d4science_theme/public/images/organisations/fao.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/fao.png rename to ckanext/d4science_theme/public/images/organisations/fao.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/grsf.png b/ckanext/d4science_theme/public/images/organisations/grsf.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/grsf.png rename to ckanext/d4science_theme/public/images/organisations/grsf.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/d4sciencelabs.png b/ckanext/d4science_theme/public/images/organisations/icon/d4sciencelabs.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/d4sciencelabs.png rename to ckanext/d4science_theme/public/images/organisations/icon/d4sciencelabs.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/emodnet.png b/ckanext/d4science_theme/public/images/organisations/icon/emodnet.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/emodnet.png rename to ckanext/d4science_theme/public/images/organisations/icon/emodnet.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/fao.png b/ckanext/d4science_theme/public/images/organisations/icon/fao.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/fao.png rename to ckanext/d4science_theme/public/images/organisations/icon/fao.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/grsf.png b/ckanext/d4science_theme/public/images/organisations/icon/grsf.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/grsf.png rename to ckanext/d4science_theme/public/images/organisations/icon/grsf.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/imarine.png b/ckanext/d4science_theme/public/images/organisations/icon/imarine.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/imarine.png rename to ckanext/d4science_theme/public/images/organisations/icon/imarine.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/placeholder-organization.png b/ckanext/d4science_theme/public/images/organisations/icon/placeholder-organization.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/placeholder-organization.png rename to ckanext/d4science_theme/public/images/organisations/icon/placeholder-organization.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/rprototypinglab.png b/ckanext/d4science_theme/public/images/organisations/icon/rprototypinglab.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/icon/rprototypinglab.png rename to ckanext/d4science_theme/public/images/organisations/icon/rprototypinglab.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/imarine.png b/ckanext/d4science_theme/public/images/organisations/imarine.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/imarine.png rename to ckanext/d4science_theme/public/images/organisations/imarine.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/rprototypinglab.png b/ckanext/d4science_theme/public/images/organisations/rprototypinglab.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/organisations/rprototypinglab.png rename to ckanext/d4science_theme/public/images/organisations/rprototypinglab.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/codelist.png b/ckanext/d4science_theme/public/images/types/icon/codelist.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/codelist.png rename to ckanext/d4science_theme/public/images/types/icon/codelist.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/dataset.png b/ckanext/d4science_theme/public/images/types/icon/dataset.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/dataset.png rename to ckanext/d4science_theme/public/images/types/icon/dataset.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/dsd.png b/ckanext/d4science_theme/public/images/types/icon/dsd.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/dsd.png rename to ckanext/d4science_theme/public/images/types/icon/dsd.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/metadata.png b/ckanext/d4science_theme/public/images/types/icon/metadata.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/metadata.png rename to ckanext/d4science_theme/public/images/types/icon/metadata.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/placeholder-type.png b/ckanext/d4science_theme/public/images/types/icon/placeholder-type.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/placeholder-type.png rename to ckanext/d4science_theme/public/images/types/icon/placeholder-type.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/researchobject.png b/ckanext/d4science_theme/public/images/types/icon/researchobject.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/researchobject.png rename to ckanext/d4science_theme/public/images/types/icon/researchobject.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/series.png b/ckanext/d4science_theme/public/images/types/icon/series.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/series.png rename to ckanext/d4science_theme/public/images/types/icon/series.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/service.png b/ckanext/d4science_theme/public/images/types/icon/service.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/service.png rename to ckanext/d4science_theme/public/images/types/icon/service.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/trainingmaterial.png b/ckanext/d4science_theme/public/images/types/icon/trainingmaterial.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/trainingmaterial.png rename to ckanext/d4science_theme/public/images/types/icon/trainingmaterial.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/virtualresearchenvironment.png b/ckanext/d4science_theme/public/images/types/icon/virtualresearchenvironment.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/icon/virtualresearchenvironment.png rename to ckanext/d4science_theme/public/images/types/icon/virtualresearchenvironment.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/placeholder-type.png b/ckanext/d4science_theme/public/images/types/placeholder-type.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/images/types/placeholder-type.png rename to ckanext/d4science_theme/public/images/types/placeholder-type.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/jquery.tagcloud.js b/ckanext/d4science_theme/public/jquery.tagcloud.js similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/jquery.tagcloud.js rename to ckanext/d4science_theme/public/jquery.tagcloud.js diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/location_to_bboxes.ini b/ckanext/d4science_theme/public/location_to_bboxes.ini similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/location_to_bboxes.ini rename to ckanext/d4science_theme/public/location_to_bboxes.ini diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/oai2_style.xsl b/ckanext/d4science_theme/public/oai2_style.xsl similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/oai2_style.xsl rename to ckanext/d4science_theme/public/oai2_style.xsl diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/pageloading.gif b/ckanext/d4science_theme/public/pageloading.gif similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/pageloading.gif rename to ckanext/d4science_theme/public/pageloading.gif diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/parthenos/logo-parthenos.png b/ckanext/d4science_theme/public/parthenos/logo-parthenos.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/parthenos/logo-parthenos.png rename to ckanext/d4science_theme/public/parthenos/logo-parthenos.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/public/placeholder_types.png b/ckanext/d4science_theme/public/placeholder_types.png similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/public/placeholder_types.png rename to ckanext/d4science_theme/public/placeholder_types.png diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/__init__.py b/ckanext/d4science_theme/qrcodelink/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/__init__.py rename to ckanext/d4science_theme/qrcodelink/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/__pycache__/__init__.cpython-310.pyc b/ckanext/d4science_theme/qrcodelink/__pycache__/__init__.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/__pycache__/__init__.cpython-310.pyc rename to ckanext/d4science_theme/qrcodelink/__pycache__/__init__.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/__pycache__/generate_qrcode.cpython-310.pyc b/ckanext/d4science_theme/qrcodelink/__pycache__/generate_qrcode.cpython-310.pyc similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/__pycache__/generate_qrcode.cpython-310.pyc rename to ckanext/d4science_theme/qrcodelink/__pycache__/generate_qrcode.cpython-310.pyc diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/generate_qrcode.py b/ckanext/d4science_theme/qrcodelink/generate_qrcode.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/qrcodelink/generate_qrcode.py rename to ckanext/d4science_theme/qrcodelink/generate_qrcode.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/activity_streams/activity_stream_email_notifications.text b/ckanext/d4science_theme/templates/activity_streams/activity_stream_email_notifications.text similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/activity_streams/activity_stream_email_notifications.text rename to ckanext/d4science_theme/templates/activity_streams/activity_stream_email_notifications.text diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/base.html b/ckanext/d4science_theme/templates/admin/base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/base.html rename to ckanext/d4science_theme/templates/admin/base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/config.html b/ckanext/d4science_theme/templates/admin/config.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/config.html rename to ckanext/d4science_theme/templates/admin/config.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/confirm_reset.html b/ckanext/d4science_theme/templates/admin/confirm_reset.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/confirm_reset.html rename to ckanext/d4science_theme/templates/admin/confirm_reset.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/index.html b/ckanext/d4science_theme/templates/admin/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/index.html rename to ckanext/d4science_theme/templates/admin/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/snippets/confirm_delete.html b/ckanext/d4science_theme/templates/admin/snippets/confirm_delete.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/snippets/confirm_delete.html rename to ckanext/d4science_theme/templates/admin/snippets/confirm_delete.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/snippets/data_type.html b/ckanext/d4science_theme/templates/admin/snippets/data_type.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/snippets/data_type.html rename to ckanext/d4science_theme/templates/admin/snippets/data_type.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/trash.html b/ckanext/d4science_theme/templates/admin/trash.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/admin/trash.html rename to ckanext/d4science_theme/templates/admin/trash.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/ajax_snippets/custom_fields.html b/ckanext/d4science_theme/templates/ajax_snippets/custom_fields.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/ajax_snippets/custom_fields.html rename to ckanext/d4science_theme/templates/ajax_snippets/custom_fields.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/ajax_snippets/follow_button.html b/ckanext/d4science_theme/templates/ajax_snippets/follow_button.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/ajax_snippets/follow_button.html rename to ckanext/d4science_theme/templates/ajax_snippets/follow_button.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/base.html b/ckanext/d4science_theme/templates/base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/base.html rename to ckanext/d4science_theme/templates/base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/dataviewer/base.html b/ckanext/d4science_theme/templates/dataviewer/base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/dataviewer/base.html rename to ckanext/d4science_theme/templates/dataviewer/base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/primer.html b/ckanext/d4science_theme/templates/development/primer.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/primer.html rename to ckanext/d4science_theme/templates/development/primer.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/actions.html b/ckanext/d4science_theme/templates/development/snippets/actions.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/actions.html rename to ckanext/d4science_theme/templates/development/snippets/actions.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/breadcrumb.html b/ckanext/d4science_theme/templates/development/snippets/breadcrumb.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/breadcrumb.html rename to ckanext/d4science_theme/templates/development/snippets/breadcrumb.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/context.html b/ckanext/d4science_theme/templates/development/snippets/context.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/context.html rename to ckanext/d4science_theme/templates/development/snippets/context.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/facet.html b/ckanext/d4science_theme/templates/development/snippets/facet.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/facet.html rename to ckanext/d4science_theme/templates/development/snippets/facet.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/form.html b/ckanext/d4science_theme/templates/development/snippets/form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/form.html rename to ckanext/d4science_theme/templates/development/snippets/form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/form_stages.html b/ckanext/d4science_theme/templates/development/snippets/form_stages.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/form_stages.html rename to ckanext/d4science_theme/templates/development/snippets/form_stages.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/list.html b/ckanext/d4science_theme/templates/development/snippets/list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/list.html rename to ckanext/d4science_theme/templates/development/snippets/list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/media_grid.html b/ckanext/d4science_theme/templates/development/snippets/media_grid.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/media_grid.html rename to ckanext/d4science_theme/templates/development/snippets/media_grid.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/module.html b/ckanext/d4science_theme/templates/development/snippets/module.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/module.html rename to ckanext/d4science_theme/templates/development/snippets/module.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/nav.html b/ckanext/d4science_theme/templates/development/snippets/nav.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/nav.html rename to ckanext/d4science_theme/templates/development/snippets/nav.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/page_header.html b/ckanext/d4science_theme/templates/development/snippets/page_header.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/page_header.html rename to ckanext/d4science_theme/templates/development/snippets/page_header.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/pagination.html b/ckanext/d4science_theme/templates/development/snippets/pagination.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/pagination.html rename to ckanext/d4science_theme/templates/development/snippets/pagination.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/simple-input.html b/ckanext/d4science_theme/templates/development/snippets/simple-input.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/development/snippets/simple-input.html rename to ckanext/d4science_theme/templates/development/snippets/simple-input.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/invite_user.txt b/ckanext/d4science_theme/templates/emails/invite_user.txt similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/invite_user.txt rename to ckanext/d4science_theme/templates/emails/invite_user.txt diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/invite_user_subject.txt b/ckanext/d4science_theme/templates/emails/invite_user_subject.txt similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/invite_user_subject.txt rename to ckanext/d4science_theme/templates/emails/invite_user_subject.txt diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/reset_password.txt b/ckanext/d4science_theme/templates/emails/reset_password.txt similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/reset_password.txt rename to ckanext/d4science_theme/templates/emails/reset_password.txt diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/reset_password_subject.txt b/ckanext/d4science_theme/templates/emails/reset_password_subject.txt similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/emails/reset_password_subject.txt rename to ckanext/d4science_theme/templates/emails/reset_password_subject.txt diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/error_document_template.html b/ckanext/d4science_theme/templates/error_document_template.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/error_document_template.html rename to ckanext/d4science_theme/templates/error_document_template.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/footer.html b/ckanext/d4science_theme/templates/footer.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/footer.html rename to ckanext/d4science_theme/templates/footer.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/about.html b/ckanext/d4science_theme/templates/group/about.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/about.html rename to ckanext/d4science_theme/templates/group/about.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/admins.html b/ckanext/d4science_theme/templates/group/admins.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/admins.html rename to ckanext/d4science_theme/templates/group/admins.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/base_form_page.html b/ckanext/d4science_theme/templates/group/base_form_page.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/base_form_page.html rename to ckanext/d4science_theme/templates/group/base_form_page.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/confirm_delete.html b/ckanext/d4science_theme/templates/group/confirm_delete.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/confirm_delete.html rename to ckanext/d4science_theme/templates/group/confirm_delete.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/confirm_delete_member.html b/ckanext/d4science_theme/templates/group/confirm_delete_member.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/confirm_delete_member.html rename to ckanext/d4science_theme/templates/group/confirm_delete_member.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/edit.html b/ckanext/d4science_theme/templates/group/edit.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/edit.html rename to ckanext/d4science_theme/templates/group/edit.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/edit_base.html b/ckanext/d4science_theme/templates/group/edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/edit_base.html rename to ckanext/d4science_theme/templates/group/edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/followers.html b/ckanext/d4science_theme/templates/group/followers.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/followers.html rename to ckanext/d4science_theme/templates/group/followers.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/index.html b/ckanext/d4science_theme/templates/group/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/index.html rename to ckanext/d4science_theme/templates/group/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/member_new.html b/ckanext/d4science_theme/templates/group/member_new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/member_new.html rename to ckanext/d4science_theme/templates/group/member_new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/members.html b/ckanext/d4science_theme/templates/group/members.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/members.html rename to ckanext/d4science_theme/templates/group/members.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/new.html b/ckanext/d4science_theme/templates/group/new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/new.html rename to ckanext/d4science_theme/templates/group/new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/new_group_form.html b/ckanext/d4science_theme/templates/group/new_group_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/new_group_form.html rename to ckanext/d4science_theme/templates/group/new_group_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/read.html b/ckanext/d4science_theme/templates/group/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/read.html rename to ckanext/d4science_theme/templates/group/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/read_base.html b/ckanext/d4science_theme/templates/group/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/read_base.html rename to ckanext/d4science_theme/templates/group/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/feeds.html b/ckanext/d4science_theme/templates/group/snippets/feeds.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/feeds.html rename to ckanext/d4science_theme/templates/group/snippets/feeds.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/group_form.html b/ckanext/d4science_theme/templates/group/snippets/group_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/group_form.html rename to ckanext/d4science_theme/templates/group/snippets/group_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/group_item.html b/ckanext/d4science_theme/templates/group/snippets/group_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/group_item.html rename to ckanext/d4science_theme/templates/group/snippets/group_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/group_list.html b/ckanext/d4science_theme/templates/group/snippets/group_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/group_list.html rename to ckanext/d4science_theme/templates/group/snippets/group_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/helper.html b/ckanext/d4science_theme/templates/group/snippets/helper.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/helper.html rename to ckanext/d4science_theme/templates/group/snippets/helper.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/info.html b/ckanext/d4science_theme/templates/group/snippets/info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/group/snippets/info.html rename to ckanext/d4science_theme/templates/group/snippets/info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/header.html b/ckanext/d4science_theme/templates/header.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/header.html rename to ckanext/d4science_theme/templates/header.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/about.html b/ckanext/d4science_theme/templates/home/about.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/about.html rename to ckanext/d4science_theme/templates/home/about.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/index.html b/ckanext/d4science_theme/templates/home/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/index.html rename to ckanext/d4science_theme/templates/home/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/layout1.html b/ckanext/d4science_theme/templates/home/layout1.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/layout1.html rename to ckanext/d4science_theme/templates/home/layout1.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/robots.txt b/ckanext/d4science_theme/templates/home/robots.txt similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/robots.txt rename to ckanext/d4science_theme/templates/home/robots.txt diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/about_text.html b/ckanext/d4science_theme/templates/home/snippets/about_text.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/about_text.html rename to ckanext/d4science_theme/templates/home/snippets/about_text.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/featured_group.html b/ckanext/d4science_theme/templates/home/snippets/featured_group.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/featured_group.html rename to ckanext/d4science_theme/templates/home/snippets/featured_group.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/featured_organization.html b/ckanext/d4science_theme/templates/home/snippets/featured_organization.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/featured_organization.html rename to ckanext/d4science_theme/templates/home/snippets/featured_organization.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/popular_formats.html b/ckanext/d4science_theme/templates/home/snippets/popular_formats.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/popular_formats.html rename to ckanext/d4science_theme/templates/home/snippets/popular_formats.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/popular_tags.html b/ckanext/d4science_theme/templates/home/snippets/popular_tags.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/popular_tags.html rename to ckanext/d4science_theme/templates/home/snippets/popular_tags.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/promoted.html b/ckanext/d4science_theme/templates/home/snippets/promoted.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/promoted.html rename to ckanext/d4science_theme/templates/home/snippets/promoted.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search.html b/ckanext/d4science_theme/templates/home/snippets/search.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search.html rename to ckanext/d4science_theme/templates/home/snippets/search.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_groups.html b/ckanext/d4science_theme/templates/home/snippets/search_for_groups.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_groups.html rename to ckanext/d4science_theme/templates/home/snippets/search_for_groups.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_location.html b/ckanext/d4science_theme/templates/home/snippets/search_for_location.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_location.html rename to ckanext/d4science_theme/templates/home/snippets/search_for_location.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_organisations.html b/ckanext/d4science_theme/templates/home/snippets/search_for_organisations.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_organisations.html rename to ckanext/d4science_theme/templates/home/snippets/search_for_organisations.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_types.html b/ckanext/d4science_theme/templates/home/snippets/search_for_types.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/search_for_types.html rename to ckanext/d4science_theme/templates/home/snippets/search_for_types.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/stats.html b/ckanext/d4science_theme/templates/home/snippets/stats.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/stats.html rename to ckanext/d4science_theme/templates/home/snippets/stats.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/autoform.html b/ckanext/d4science_theme/templates/macros/autoform.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/autoform.html rename to ckanext/d4science_theme/templates/macros/autoform.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form.html b/ckanext/d4science_theme/templates/macros/form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form.html rename to ckanext/d4science_theme/templates/macros/form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/attributes.html b/ckanext/d4science_theme/templates/macros/form/attributes.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/attributes.html rename to ckanext/d4science_theme/templates/macros/form/attributes.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/checkbox.html b/ckanext/d4science_theme/templates/macros/form/checkbox.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/checkbox.html rename to ckanext/d4science_theme/templates/macros/form/checkbox.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/custom.html b/ckanext/d4science_theme/templates/macros/form/custom.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/custom.html rename to ckanext/d4science_theme/templates/macros/form/custom.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/errors.html b/ckanext/d4science_theme/templates/macros/form/errors.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/errors.html rename to ckanext/d4science_theme/templates/macros/form/errors.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/hidden.html b/ckanext/d4science_theme/templates/macros/form/hidden.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/hidden.html rename to ckanext/d4science_theme/templates/macros/form/hidden.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/hidden_from_list.html b/ckanext/d4science_theme/templates/macros/form/hidden_from_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/hidden_from_list.html rename to ckanext/d4science_theme/templates/macros/form/hidden_from_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/image_upload.html b/ckanext/d4science_theme/templates/macros/form/image_upload.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/image_upload.html rename to ckanext/d4science_theme/templates/macros/form/image_upload.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/info.html b/ckanext/d4science_theme/templates/macros/form/info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/info.html rename to ckanext/d4science_theme/templates/macros/form/info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/input.html b/ckanext/d4science_theme/templates/macros/form/input.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/input.html rename to ckanext/d4science_theme/templates/macros/form/input.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/input_block.html b/ckanext/d4science_theme/templates/macros/form/input_block.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/input_block.html rename to ckanext/d4science_theme/templates/macros/form/input_block.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/markdown.html b/ckanext/d4science_theme/templates/macros/form/markdown.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/markdown.html rename to ckanext/d4science_theme/templates/macros/form/markdown.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/prepend.html b/ckanext/d4science_theme/templates/macros/form/prepend.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/prepend.html rename to ckanext/d4science_theme/templates/macros/form/prepend.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/required_message.html b/ckanext/d4science_theme/templates/macros/form/required_message.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/required_message.html rename to ckanext/d4science_theme/templates/macros/form/required_message.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/select.html b/ckanext/d4science_theme/templates/macros/form/select.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/select.html rename to ckanext/d4science_theme/templates/macros/form/select.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/textarea.html b/ckanext/d4science_theme/templates/macros/form/textarea.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/macros/form/textarea.html rename to ckanext/d4science_theme/templates/macros/form/textarea.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/about.html b/ckanext/d4science_theme/templates/organization/about.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/about.html rename to ckanext/d4science_theme/templates/organization/about.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/admins.html b/ckanext/d4science_theme/templates/organization/admins.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/admins.html rename to ckanext/d4science_theme/templates/organization/admins.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/base_form_page.html b/ckanext/d4science_theme/templates/organization/base_form_page.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/base_form_page.html rename to ckanext/d4science_theme/templates/organization/base_form_page.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/bulk_process.html b/ckanext/d4science_theme/templates/organization/bulk_process.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/bulk_process.html rename to ckanext/d4science_theme/templates/organization/bulk_process.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/confirm_delete.html b/ckanext/d4science_theme/templates/organization/confirm_delete.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/confirm_delete.html rename to ckanext/d4science_theme/templates/organization/confirm_delete.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/confirm_delete_member.html b/ckanext/d4science_theme/templates/organization/confirm_delete_member.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/confirm_delete_member.html rename to ckanext/d4science_theme/templates/organization/confirm_delete_member.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/edit.html b/ckanext/d4science_theme/templates/organization/edit.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/edit.html rename to ckanext/d4science_theme/templates/organization/edit.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/edit_base.html b/ckanext/d4science_theme/templates/organization/edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/edit_base.html rename to ckanext/d4science_theme/templates/organization/edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/index.html b/ckanext/d4science_theme/templates/organization/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/index.html rename to ckanext/d4science_theme/templates/organization/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/member_new.html b/ckanext/d4science_theme/templates/organization/member_new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/member_new.html rename to ckanext/d4science_theme/templates/organization/member_new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/members.html b/ckanext/d4science_theme/templates/organization/members.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/members.html rename to ckanext/d4science_theme/templates/organization/members.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/new.html b/ckanext/d4science_theme/templates/organization/new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/new.html rename to ckanext/d4science_theme/templates/organization/new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/new_organization_form.html b/ckanext/d4science_theme/templates/organization/new_organization_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/new_organization_form.html rename to ckanext/d4science_theme/templates/organization/new_organization_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/read.html b/ckanext/d4science_theme/templates/organization/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/read.html rename to ckanext/d4science_theme/templates/organization/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/read_base.html b/ckanext/d4science_theme/templates/organization/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/read_base.html rename to ckanext/d4science_theme/templates/organization/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/feeds.html b/ckanext/d4science_theme/templates/organization/snippets/feeds.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/feeds.html rename to ckanext/d4science_theme/templates/organization/snippets/feeds.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/helper.html b/ckanext/d4science_theme/templates/organization/snippets/helper.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/helper.html rename to ckanext/d4science_theme/templates/organization/snippets/helper.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/organization_form.html b/ckanext/d4science_theme/templates/organization/snippets/organization_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/organization_form.html rename to ckanext/d4science_theme/templates/organization/snippets/organization_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/organization_item.html b/ckanext/d4science_theme/templates/organization/snippets/organization_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/organization_item.html rename to ckanext/d4science_theme/templates/organization/snippets/organization_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/organization_list.html b/ckanext/d4science_theme/templates/organization/snippets/organization_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization/snippets/organization_list.html rename to ckanext/d4science_theme/templates/organization/snippets/organization_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization_vre/index.html b/ckanext/d4science_theme/templates/organization_vre/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization_vre/index.html rename to ckanext/d4science_theme/templates/organization_vre/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/organization_vre/read.html b/ckanext/d4science_theme/templates/organization_vre/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/organization_vre/read.html rename to ckanext/d4science_theme/templates/organization_vre/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/base.html b/ckanext/d4science_theme/templates/package/base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/base.html rename to ckanext/d4science_theme/templates/package/base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/base_form_page.html b/ckanext/d4science_theme/templates/package/base_form_page.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/base_form_page.html rename to ckanext/d4science_theme/templates/package/base_form_page.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/collaborators/collaborator_new.html b/ckanext/d4science_theme/templates/package/collaborators/collaborator_new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/collaborators/collaborator_new.html rename to ckanext/d4science_theme/templates/package/collaborators/collaborator_new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/collaborators/collaborators.html b/ckanext/d4science_theme/templates/package/collaborators/collaborators.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/collaborators/collaborators.html rename to ckanext/d4science_theme/templates/package/collaborators/collaborators.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/collaborators/confirm_delete.html b/ckanext/d4science_theme/templates/package/collaborators/confirm_delete.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/collaborators/confirm_delete.html rename to ckanext/d4science_theme/templates/package/collaborators/confirm_delete.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/confirm_delete.html b/ckanext/d4science_theme/templates/package/confirm_delete.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/confirm_delete.html rename to ckanext/d4science_theme/templates/package/confirm_delete.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/confirm_delete_resource.html b/ckanext/d4science_theme/templates/package/confirm_delete_resource.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/confirm_delete_resource.html rename to ckanext/d4science_theme/templates/package/confirm_delete_resource.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/edit.html b/ckanext/d4science_theme/templates/package/edit.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/edit.html rename to ckanext/d4science_theme/templates/package/edit.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/edit_base.html b/ckanext/d4science_theme/templates/package/edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/edit_base.html rename to ckanext/d4science_theme/templates/package/edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/edit_view.html b/ckanext/d4science_theme/templates/package/edit_view.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/edit_view.html rename to ckanext/d4science_theme/templates/package/edit_view.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/followers.html b/ckanext/d4science_theme/templates/package/followers.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/followers.html rename to ckanext/d4science_theme/templates/package/followers.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/group_list.html b/ckanext/d4science_theme/templates/package/group_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/group_list.html rename to ckanext/d4science_theme/templates/package/group_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new.html b/ckanext/d4science_theme/templates/package/new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new.html rename to ckanext/d4science_theme/templates/package/new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_package_form.html b/ckanext/d4science_theme/templates/package/new_package_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_package_form.html rename to ckanext/d4science_theme/templates/package/new_package_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_resource.html b/ckanext/d4science_theme/templates/package/new_resource.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_resource.html rename to ckanext/d4science_theme/templates/package/new_resource.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_resource_not_draft.html b/ckanext/d4science_theme/templates/package/new_resource_not_draft.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_resource_not_draft.html rename to ckanext/d4science_theme/templates/package/new_resource_not_draft.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_view.html b/ckanext/d4science_theme/templates/package/new_view.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/new_view.html rename to ckanext/d4science_theme/templates/package/new_view.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/read.html b/ckanext/d4science_theme/templates/package/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/read.html rename to ckanext/d4science_theme/templates/package/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/read_base.html b/ckanext/d4science_theme/templates/package/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/read_base.html rename to ckanext/d4science_theme/templates/package/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_edit.html b/ckanext/d4science_theme/templates/package/resource_edit.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_edit.html rename to ckanext/d4science_theme/templates/package/resource_edit.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_edit_base.html b/ckanext/d4science_theme/templates/package/resource_edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_edit_base.html rename to ckanext/d4science_theme/templates/package/resource_edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_read.html b/ckanext/d4science_theme/templates/package/resource_read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_read.html rename to ckanext/d4science_theme/templates/package/resource_read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_views.html b/ckanext/d4science_theme/templates/package/resource_views.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resource_views.html rename to ckanext/d4science_theme/templates/package/resource_views.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resources.html b/ckanext/d4science_theme/templates/package/resources.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/resources.html rename to ckanext/d4science_theme/templates/package/resources.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/search.html b/ckanext/d4science_theme/templates/package/search.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/search.html rename to ckanext/d4science_theme/templates/package/search.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/additional_info.html b/ckanext/d4science_theme/templates/package/snippets/additional_info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/additional_info.html rename to ckanext/d4science_theme/templates/package/snippets/additional_info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/cannot_create_package.html b/ckanext/d4science_theme/templates/package/snippets/cannot_create_package.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/cannot_create_package.html rename to ckanext/d4science_theme/templates/package/snippets/cannot_create_package.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/extras_table.html b/ckanext/d4science_theme/templates/package/snippets/extras_table.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/extras_table.html rename to ckanext/d4science_theme/templates/package/snippets/extras_table.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/info.html b/ckanext/d4science_theme/templates/package/snippets/info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/info.html rename to ckanext/d4science_theme/templates/package/snippets/info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/new_package_breadcrumb.html b/ckanext/d4science_theme/templates/package/snippets/new_package_breadcrumb.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/new_package_breadcrumb.html rename to ckanext/d4science_theme/templates/package/snippets/new_package_breadcrumb.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/package_basic_fields.html b/ckanext/d4science_theme/templates/package/snippets/package_basic_fields.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/package_basic_fields.html rename to ckanext/d4science_theme/templates/package/snippets/package_basic_fields.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/package_form.html b/ckanext/d4science_theme/templates/package/snippets/package_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/package_form.html rename to ckanext/d4science_theme/templates/package/snippets/package_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/package_metadata_fields.html b/ckanext/d4science_theme/templates/package/snippets/package_metadata_fields.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/package_metadata_fields.html rename to ckanext/d4science_theme/templates/package/snippets/package_metadata_fields.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/qrcdode_show.html b/ckanext/d4science_theme/templates/package/snippets/qrcdode_show.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/qrcdode_show.html rename to ckanext/d4science_theme/templates/package/snippets/qrcdode_show.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_edit_form.html b/ckanext/d4science_theme/templates/package/snippets/resource_edit_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_edit_form.html rename to ckanext/d4science_theme/templates/package/snippets/resource_edit_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_form.html b/ckanext/d4science_theme/templates/package/snippets/resource_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_form.html rename to ckanext/d4science_theme/templates/package/snippets/resource_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_help.html b/ckanext/d4science_theme/templates/package/snippets/resource_help.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_help.html rename to ckanext/d4science_theme/templates/package/snippets/resource_help.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_info.html b/ckanext/d4science_theme/templates/package/snippets/resource_info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_info.html rename to ckanext/d4science_theme/templates/package/snippets/resource_info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_item.html b/ckanext/d4science_theme/templates/package/snippets/resource_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_item.html rename to ckanext/d4science_theme/templates/package/snippets/resource_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_upload_field.html b/ckanext/d4science_theme/templates/package/snippets/resource_upload_field.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_upload_field.html rename to ckanext/d4science_theme/templates/package/snippets/resource_upload_field.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_view.html b/ckanext/d4science_theme/templates/package/snippets/resource_view.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_view.html rename to ckanext/d4science_theme/templates/package/snippets/resource_view.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_view_embed.html b/ckanext/d4science_theme/templates/package/snippets/resource_view_embed.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_view_embed.html rename to ckanext/d4science_theme/templates/package/snippets/resource_view_embed.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_view_filters.html b/ckanext/d4science_theme/templates/package/snippets/resource_view_filters.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_view_filters.html rename to ckanext/d4science_theme/templates/package/snippets/resource_view_filters.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_views_list.html b/ckanext/d4science_theme/templates/package/snippets/resource_views_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_views_list.html rename to ckanext/d4science_theme/templates/package/snippets/resource_views_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_views_list_item.html b/ckanext/d4science_theme/templates/package/snippets/resource_views_list_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resource_views_list_item.html rename to ckanext/d4science_theme/templates/package/snippets/resource_views_list_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resources.html b/ckanext/d4science_theme/templates/package/snippets/resources.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resources.html rename to ckanext/d4science_theme/templates/package/snippets/resources.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resources_list.html b/ckanext/d4science_theme/templates/package/snippets/resources_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/resources_list.html rename to ckanext/d4science_theme/templates/package/snippets/resources_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/stages.html b/ckanext/d4science_theme/templates/package/snippets/stages.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/stages.html rename to ckanext/d4science_theme/templates/package/snippets/stages.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/tags.html b/ckanext/d4science_theme/templates/package/snippets/tags.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/tags.html rename to ckanext/d4science_theme/templates/package/snippets/tags.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/view_form.html b/ckanext/d4science_theme/templates/package/snippets/view_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/view_form.html rename to ckanext/d4science_theme/templates/package/snippets/view_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/view_form_filters.html b/ckanext/d4science_theme/templates/package/snippets/view_form_filters.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/view_form_filters.html rename to ckanext/d4science_theme/templates/package/snippets/view_form_filters.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/view_help.html b/ckanext/d4science_theme/templates/package/snippets/view_help.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/snippets/view_help.html rename to ckanext/d4science_theme/templates/package/snippets/view_help.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/package/view_edit_base.html b/ckanext/d4science_theme/templates/package/view_edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/package/view_edit_base.html rename to ckanext/d4science_theme/templates/package/view_edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/page.html b/ckanext/d4science_theme/templates/page.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/page.html rename to ckanext/d4science_theme/templates/page.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/revision/__init__.py b/ckanext/d4science_theme/templates/revision/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/revision/__init__.py rename to ckanext/d4science_theme/templates/revision/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/acquire_button.html b/ckanext/d4science_theme/templates/snippets/acquire_button.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/acquire_button.html rename to ckanext/d4science_theme/templates/snippets/acquire_button.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/add_dataset.html b/ckanext/d4science_theme/templates/snippets/add_dataset.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/add_dataset.html rename to ckanext/d4science_theme/templates/snippets/add_dataset.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/additional_info.html b/ckanext/d4science_theme/templates/snippets/additional_info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/additional_info.html rename to ckanext/d4science_theme/templates/snippets/additional_info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context.html b/ckanext/d4science_theme/templates/snippets/context.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context.html rename to ckanext/d4science_theme/templates/snippets/context.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context/dataset.html b/ckanext/d4science_theme/templates/snippets/context/dataset.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context/dataset.html rename to ckanext/d4science_theme/templates/snippets/context/dataset.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context/group.html b/ckanext/d4science_theme/templates/snippets/context/group.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context/group.html rename to ckanext/d4science_theme/templates/snippets/context/group.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context/user.html b/ckanext/d4science_theme/templates/snippets/context/user.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/context/user.html rename to ckanext/d4science_theme/templates/snippets/context/user.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/csrf_input.html b/ckanext/d4science_theme/templates/snippets/csrf_input.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/csrf_input.html rename to ckanext/d4science_theme/templates/snippets/csrf_input.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/custom_form_fields.html b/ckanext/d4science_theme/templates/snippets/custom_form_fields.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/custom_form_fields.html rename to ckanext/d4science_theme/templates/snippets/custom_form_fields.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/datapusher_status.html b/ckanext/d4science_theme/templates/snippets/datapusher_status.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/datapusher_status.html rename to ckanext/d4science_theme/templates/snippets/datapusher_status.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/disqus_trackback.html b/ckanext/d4science_theme/templates/snippets/disqus_trackback.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/disqus_trackback.html rename to ckanext/d4science_theme/templates/snippets/disqus_trackback.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/facet_list.html b/ckanext/d4science_theme/templates/snippets/facet_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/facet_list.html rename to ckanext/d4science_theme/templates/snippets/facet_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/follow_button.html b/ckanext/d4science_theme/templates/snippets/follow_button.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/follow_button.html rename to ckanext/d4science_theme/templates/snippets/follow_button.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/group.html b/ckanext/d4science_theme/templates/snippets/group.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/group.html rename to ckanext/d4science_theme/templates/snippets/group.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/group_item.html b/ckanext/d4science_theme/templates/snippets/group_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/group_item.html rename to ckanext/d4science_theme/templates/snippets/group_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/home_breadcrumb_item.html b/ckanext/d4science_theme/templates/snippets/home_breadcrumb_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/home_breadcrumb_item.html rename to ckanext/d4science_theme/templates/snippets/home_breadcrumb_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/language_selector.html b/ckanext/d4science_theme/templates/snippets/language_selector.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/language_selector.html rename to ckanext/d4science_theme/templates/snippets/language_selector.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/license.html b/ckanext/d4science_theme/templates/snippets/license.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/license.html rename to ckanext/d4science_theme/templates/snippets/license.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/local_friendly_datetime.html b/ckanext/d4science_theme/templates/snippets/local_friendly_datetime.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/local_friendly_datetime.html rename to ckanext/d4science_theme/templates/snippets/local_friendly_datetime.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/organization.html b/ckanext/d4science_theme/templates/snippets/organization.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/organization.html rename to ckanext/d4science_theme/templates/snippets/organization.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/organization_item.html b/ckanext/d4science_theme/templates/snippets/organization_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/organization_item.html rename to ckanext/d4science_theme/templates/snippets/organization_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/package_item.html b/ckanext/d4science_theme/templates/snippets/package_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/package_item.html rename to ckanext/d4science_theme/templates/snippets/package_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/package_list.html b/ckanext/d4science_theme/templates/snippets/package_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/package_list.html rename to ckanext/d4science_theme/templates/snippets/package_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/popular.html b/ckanext/d4science_theme/templates/snippets/popular.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/popular.html rename to ckanext/d4science_theme/templates/snippets/popular.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/private.html b/ckanext/d4science_theme/templates/snippets/private.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/private.html rename to ckanext/d4science_theme/templates/snippets/private.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/search_form.html b/ckanext/d4science_theme/templates/snippets/search_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/search_form.html rename to ckanext/d4science_theme/templates/snippets/search_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/search_result_text.html b/ckanext/d4science_theme/templates/snippets/search_result_text.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/search_result_text.html rename to ckanext/d4science_theme/templates/snippets/search_result_text.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/simple_search.html b/ckanext/d4science_theme/templates/snippets/simple_search.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/simple_search.html rename to ckanext/d4science_theme/templates/snippets/simple_search.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/social.html b/ckanext/d4science_theme/templates/snippets/social.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/social.html rename to ckanext/d4science_theme/templates/snippets/social.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/tag_list.html b/ckanext/d4science_theme/templates/snippets/tag_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/snippets/tag_list.html rename to ckanext/d4science_theme/templates/snippets/tag_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/index.html b/ckanext/d4science_theme/templates/tag/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/index.html rename to ckanext/d4science_theme/templates/tag/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/snippets/helper.html b/ckanext/d4science_theme/templates/tag/snippets/helper.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/snippets/helper.html rename to ckanext/d4science_theme/templates/tag/snippets/helper.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/snippets/tag_form.html b/ckanext/d4science_theme/templates/tag/snippets/tag_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/snippets/tag_form.html rename to ckanext/d4science_theme/templates/tag/snippets/tag_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/snippets/tag_list.html b/ckanext/d4science_theme/templates/tag/snippets/tag_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tag/snippets/tag_list.html rename to ckanext/d4science_theme/templates/tag/snippets/tag_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/broken_helper_as_attribute.html b/ckanext/d4science_theme/templates/tests/broken_helper_as_attribute.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/broken_helper_as_attribute.html rename to ckanext/d4science_theme/templates/tests/broken_helper_as_attribute.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/broken_helper_as_item.html b/ckanext/d4science_theme/templates/tests/broken_helper_as_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/broken_helper_as_item.html rename to ckanext/d4science_theme/templates/tests/broken_helper_as_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/flash_messages.html b/ckanext/d4science_theme/templates/tests/flash_messages.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/flash_messages.html rename to ckanext/d4science_theme/templates/tests/flash_messages.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/helper_as_attribute.html b/ckanext/d4science_theme/templates/tests/helper_as_attribute.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/helper_as_attribute.html rename to ckanext/d4science_theme/templates/tests/helper_as_attribute.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/helper_as_item.html b/ckanext/d4science_theme/templates/tests/helper_as_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/helper_as_item.html rename to ckanext/d4science_theme/templates/tests/helper_as_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/mock_json_resource_preview_template.html b/ckanext/d4science_theme/templates/tests/mock_json_resource_preview_template.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/mock_json_resource_preview_template.html rename to ckanext/d4science_theme/templates/tests/mock_json_resource_preview_template.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/mock_resource_preview_template.html b/ckanext/d4science_theme/templates/tests/mock_resource_preview_template.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/tests/mock_resource_preview_template.html rename to ckanext/d4science_theme/templates/tests/mock_resource_preview_template.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/type/index.html b/ckanext/d4science_theme/templates/type/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/type/index.html rename to ckanext/d4science_theme/templates/type/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/helper.html b/ckanext/d4science_theme/templates/type/snippets/helper.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/helper.html rename to ckanext/d4science_theme/templates/type/snippets/helper.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/type_form.html b/ckanext/d4science_theme/templates/type/snippets/type_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/type_form.html rename to ckanext/d4science_theme/templates/type/snippets/type_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/type_item.html b/ckanext/d4science_theme/templates/type/snippets/type_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/type_item.html rename to ckanext/d4science_theme/templates/type/snippets/type_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/type_list.html b/ckanext/d4science_theme/templates/type/snippets/type_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/type/snippets/type_list.html rename to ckanext/d4science_theme/templates/type/snippets/type_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/api_tokens.html b/ckanext/d4science_theme/templates/user/api_tokens.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/api_tokens.html rename to ckanext/d4science_theme/templates/user/api_tokens.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/confirm_delete.html b/ckanext/d4science_theme/templates/user/confirm_delete.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/confirm_delete.html rename to ckanext/d4science_theme/templates/user/confirm_delete.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard.html b/ckanext/d4science_theme/templates/user/dashboard.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard.html rename to ckanext/d4science_theme/templates/user/dashboard.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_acquired.html b/ckanext/d4science_theme/templates/user/dashboard_acquired.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_acquired.html rename to ckanext/d4science_theme/templates/user/dashboard_acquired.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_datasets.html b/ckanext/d4science_theme/templates/user/dashboard_datasets.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_datasets.html rename to ckanext/d4science_theme/templates/user/dashboard_datasets.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_groups.html b/ckanext/d4science_theme/templates/user/dashboard_groups.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_groups.html rename to ckanext/d4science_theme/templates/user/dashboard_groups.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_organizations.html b/ckanext/d4science_theme/templates/user/dashboard_organizations.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/dashboard_organizations.html rename to ckanext/d4science_theme/templates/user/dashboard_organizations.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/edit.html b/ckanext/d4science_theme/templates/user/edit.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/edit.html rename to ckanext/d4science_theme/templates/user/edit.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/edit_base.html b/ckanext/d4science_theme/templates/user/edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/edit_base.html rename to ckanext/d4science_theme/templates/user/edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/edit_user_form.html b/ckanext/d4science_theme/templates/user/edit_user_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/edit_user_form.html rename to ckanext/d4science_theme/templates/user/edit_user_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/followers.html b/ckanext/d4science_theme/templates/user/followers.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/followers.html rename to ckanext/d4science_theme/templates/user/followers.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/list.html b/ckanext/d4science_theme/templates/user/list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/list.html rename to ckanext/d4science_theme/templates/user/list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/login.html b/ckanext/d4science_theme/templates/user/login.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/login.html rename to ckanext/d4science_theme/templates/user/login.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/logout.html b/ckanext/d4science_theme/templates/user/logout.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/logout.html rename to ckanext/d4science_theme/templates/user/logout.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/logout_first.html b/ckanext/d4science_theme/templates/user/logout_first.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/logout_first.html rename to ckanext/d4science_theme/templates/user/logout_first.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/new.html b/ckanext/d4science_theme/templates/user/new.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/new.html rename to ckanext/d4science_theme/templates/user/new.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/new_user_form.html b/ckanext/d4science_theme/templates/user/new_user_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/new_user_form.html rename to ckanext/d4science_theme/templates/user/new_user_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/perform_reset.html b/ckanext/d4science_theme/templates/user/perform_reset.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/perform_reset.html rename to ckanext/d4science_theme/templates/user/perform_reset.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/read.html b/ckanext/d4science_theme/templates/user/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/read.html rename to ckanext/d4science_theme/templates/user/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/read_base.html b/ckanext/d4science_theme/templates/user/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/read_base.html rename to ckanext/d4science_theme/templates/user/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/request_reset.html b/ckanext/d4science_theme/templates/user/request_reset.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/request_reset.html rename to ckanext/d4science_theme/templates/user/request_reset.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/api_token_list.html b/ckanext/d4science_theme/templates/user/snippets/api_token_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/api_token_list.html rename to ckanext/d4science_theme/templates/user/snippets/api_token_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/followers.html b/ckanext/d4science_theme/templates/user/snippets/followers.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/followers.html rename to ckanext/d4science_theme/templates/user/snippets/followers.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/login_form.html b/ckanext/d4science_theme/templates/user/snippets/login_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/login_form.html rename to ckanext/d4science_theme/templates/user/snippets/login_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/placeholder.html b/ckanext/d4science_theme/templates/user/snippets/placeholder.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/placeholder.html rename to ckanext/d4science_theme/templates/user/snippets/placeholder.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/recaptcha.html b/ckanext/d4science_theme/templates/user/snippets/recaptcha.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/recaptcha.html rename to ckanext/d4science_theme/templates/user/snippets/recaptcha.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/user_search.html b/ckanext/d4science_theme/templates/user/snippets/user_search.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates/user/snippets/user_search.html rename to ckanext/d4science_theme/templates/user/snippets/user_search.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/.gitignore b/ckanext/d4science_theme/templates2.6/.gitignore similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/.gitignore rename to ckanext/d4science_theme/templates2.6/.gitignore diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/base.html b/ckanext/d4science_theme/templates2.6/base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/base.html rename to ckanext/d4science_theme/templates2.6/base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/footer.html b/ckanext/d4science_theme/templates2.6/footer.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/footer.html rename to ckanext/d4science_theme/templates2.6/footer.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/read_base.html b/ckanext/d4science_theme/templates2.6/group/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/read_base.html rename to ckanext/d4science_theme/templates2.6/group/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_form.html b/ckanext/d4science_theme/templates2.6/group/snippets/group_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_form.html rename to ckanext/d4science_theme/templates2.6/group/snippets/group_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_item.html b/ckanext/d4science_theme/templates2.6/group/snippets/group_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_item.html rename to ckanext/d4science_theme/templates2.6/group/snippets/group_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_list.html b/ckanext/d4science_theme/templates2.6/group/snippets/group_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_list.html rename to ckanext/d4science_theme/templates2.6/group/snippets/group_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_list_simple.html b/ckanext/d4science_theme/templates2.6/group/snippets/group_list_simple.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_list_simple.html rename to ckanext/d4science_theme/templates2.6/group/snippets/group_list_simple.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_tree.html b/ckanext/d4science_theme/templates2.6/group/snippets/group_tree.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/group/snippets/group_tree.html rename to ckanext/d4science_theme/templates2.6/group/snippets/group_tree.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/header.html b/ckanext/d4science_theme/templates2.6/header.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/header.html rename to ckanext/d4science_theme/templates2.6/header.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/index.html b/ckanext/d4science_theme/templates2.6/home/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/index.html rename to ckanext/d4science_theme/templates2.6/home/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/layout2.html b/ckanext/d4science_theme/templates2.6/home/layout2.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/layout2.html rename to ckanext/d4science_theme/templates2.6/home/layout2.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/featured_organization.html b/ckanext/d4science_theme/templates2.6/home/snippets/featured_organization.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/featured_organization.html rename to ckanext/d4science_theme/templates2.6/home/snippets/featured_organization.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_formats.html b/ckanext/d4science_theme/templates2.6/home/snippets/popular_formats.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_formats.html rename to ckanext/d4science_theme/templates2.6/home/snippets/popular_formats.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_groups.html b/ckanext/d4science_theme/templates2.6/home/snippets/popular_groups.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_groups.html rename to ckanext/d4science_theme/templates2.6/home/snippets/popular_groups.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_metadatatypes.html b/ckanext/d4science_theme/templates2.6/home/snippets/popular_metadatatypes.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_metadatatypes.html rename to ckanext/d4science_theme/templates2.6/home/snippets/popular_metadatatypes.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_tags.html b/ckanext/d4science_theme/templates2.6/home/snippets/popular_tags.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/popular_tags.html rename to ckanext/d4science_theme/templates2.6/home/snippets/popular_tags.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/promoted.html b/ckanext/d4science_theme/templates2.6/home/snippets/promoted.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/promoted.html rename to ckanext/d4science_theme/templates2.6/home/snippets/promoted.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search.html b/ckanext/d4science_theme/templates2.6/home/snippets/search.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search.html rename to ckanext/d4science_theme/templates2.6/home/snippets/search.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_groups.html b/ckanext/d4science_theme/templates2.6/home/snippets/search_for_groups.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_groups.html rename to ckanext/d4science_theme/templates2.6/home/snippets/search_for_groups.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_location.html b/ckanext/d4science_theme/templates2.6/home/snippets/search_for_location.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_location.html rename to ckanext/d4science_theme/templates2.6/home/snippets/search_for_location.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_organisations.html b/ckanext/d4science_theme/templates2.6/home/snippets/search_for_organisations.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_organisations.html rename to ckanext/d4science_theme/templates2.6/home/snippets/search_for_organisations.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_types.html b/ckanext/d4science_theme/templates2.6/home/snippets/search_for_types.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/search_for_types.html rename to ckanext/d4science_theme/templates2.6/home/snippets/search_for_types.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/stats.html b/ckanext/d4science_theme/templates2.6/home/snippets/stats.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/home/snippets/stats.html rename to ckanext/d4science_theme/templates2.6/home/snippets/stats.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization/read.html b/ckanext/d4science_theme/templates2.6/organization/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization/read.html rename to ckanext/d4science_theme/templates2.6/organization/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization/read_base.html b/ckanext/d4science_theme/templates2.6/organization/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization/read_base.html rename to ckanext/d4science_theme/templates2.6/organization/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization/snippets/organization_item.html b/ckanext/d4science_theme/templates2.6/organization/snippets/organization_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization/snippets/organization_item.html rename to ckanext/d4science_theme/templates2.6/organization/snippets/organization_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization_vre/index.html b/ckanext/d4science_theme/templates2.6/organization_vre/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization_vre/index.html rename to ckanext/d4science_theme/templates2.6/organization_vre/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization_vre/read.html b/ckanext/d4science_theme/templates2.6/organization_vre/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/organization_vre/read.html rename to ckanext/d4science_theme/templates2.6/organization_vre/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/base.html b/ckanext/d4science_theme/templates2.6/package/base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/base.html rename to ckanext/d4science_theme/templates2.6/package/base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/group_list.html b/ckanext/d4science_theme/templates2.6/package/group_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/group_list.html rename to ckanext/d4science_theme/templates2.6/package/group_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/read.html b/ckanext/d4science_theme/templates2.6/package/read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/read.html rename to ckanext/d4science_theme/templates2.6/package/read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/read_base.html b/ckanext/d4science_theme/templates2.6/package/read_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/read_base.html rename to ckanext/d4science_theme/templates2.6/package/read_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/resource_edit_base.html b/ckanext/d4science_theme/templates2.6/package/resource_edit_base.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/resource_edit_base.html rename to ckanext/d4science_theme/templates2.6/package/resource_edit_base.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/resource_read.html b/ckanext/d4science_theme/templates2.6/package/resource_read.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/resource_read.html rename to ckanext/d4science_theme/templates2.6/package/resource_read.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/search.html b/ckanext/d4science_theme/templates2.6/package/search.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/search.html rename to ckanext/d4science_theme/templates2.6/package/search.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/additional_info.html b/ckanext/d4science_theme/templates2.6/package/snippets/additional_info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/additional_info.html rename to ckanext/d4science_theme/templates2.6/package/snippets/additional_info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/extras_table.html b/ckanext/d4science_theme/templates2.6/package/snippets/extras_table.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/extras_table.html rename to ckanext/d4science_theme/templates2.6/package/snippets/extras_table.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/info.html b/ckanext/d4science_theme/templates2.6/package/snippets/info.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/info.html rename to ckanext/d4science_theme/templates2.6/package/snippets/info.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/qrcode_show.html b/ckanext/d4science_theme/templates2.6/package/snippets/qrcode_show.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/qrcode_show.html rename to ckanext/d4science_theme/templates2.6/package/snippets/qrcode_show.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resource_form.html b/ckanext/d4science_theme/templates2.6/package/snippets/resource_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resource_form.html rename to ckanext/d4science_theme/templates2.6/package/snippets/resource_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resource_item.html b/ckanext/d4science_theme/templates2.6/package/snippets/resource_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resource_item.html rename to ckanext/d4science_theme/templates2.6/package/snippets/resource_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resources.html b/ckanext/d4science_theme/templates2.6/package/snippets/resources.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resources.html rename to ckanext/d4science_theme/templates2.6/package/snippets/resources.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resources_list.html b/ckanext/d4science_theme/templates2.6/package/snippets/resources_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/package/snippets/resources_list.html rename to ckanext/d4science_theme/templates2.6/package/snippets/resources_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/page.html b/ckanext/d4science_theme/templates2.6/page.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/page.html rename to ckanext/d4science_theme/templates2.6/page.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/custom_form_fields.html b/ckanext/d4science_theme/templates2.6/snippets/custom_form_fields.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/custom_form_fields.html rename to ckanext/d4science_theme/templates2.6/snippets/custom_form_fields.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/facet_list.html b/ckanext/d4science_theme/templates2.6/snippets/facet_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/facet_list.html rename to ckanext/d4science_theme/templates2.6/snippets/facet_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/package_item.html b/ckanext/d4science_theme/templates2.6/snippets/package_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/package_item.html rename to ckanext/d4science_theme/templates2.6/snippets/package_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/tag_list.html b/ckanext/d4science_theme/templates2.6/snippets/tag_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/snippets/tag_list.html rename to ckanext/d4science_theme/templates2.6/snippets/tag_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/index.html b/ckanext/d4science_theme/templates2.6/type/index.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/index.html rename to ckanext/d4science_theme/templates2.6/type/index.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/helper.html b/ckanext/d4science_theme/templates2.6/type/snippets/helper.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/helper.html rename to ckanext/d4science_theme/templates2.6/type/snippets/helper.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/type_form.html b/ckanext/d4science_theme/templates2.6/type/snippets/type_form.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/type_form.html rename to ckanext/d4science_theme/templates2.6/type/snippets/type_form.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/type_item.html b/ckanext/d4science_theme/templates2.6/type/snippets/type_item.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/type_item.html rename to ckanext/d4science_theme/templates2.6/type/snippets/type_item.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/type_list.html b/ckanext/d4science_theme/templates2.6/type/snippets/type_list.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/type/snippets/type_list.html rename to ckanext/d4science_theme/templates2.6/type/snippets/type_list.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard.html b/ckanext/d4science_theme/templates2.6/user/dashboard.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard.html rename to ckanext/d4science_theme/templates2.6/user/dashboard.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard_datasets.html b/ckanext/d4science_theme/templates2.6/user/dashboard_datasets.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard_datasets.html rename to ckanext/d4science_theme/templates2.6/user/dashboard_datasets.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard_groups.html b/ckanext/d4science_theme/templates2.6/user/dashboard_groups.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard_groups.html rename to ckanext/d4science_theme/templates2.6/user/dashboard_groups.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard_organizations.html b/ckanext/d4science_theme/templates2.6/user/dashboard_organizations.html similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/templates2.6/user/dashboard_organizations.html rename to ckanext/d4science_theme/templates2.6/user/dashboard_organizations.html diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/tests/__init__.py b/ckanext/d4science_theme/tests/__init__.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/tests/__init__.py rename to ckanext/d4science_theme/tests/__init__.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/tests/test_plugin.py b/ckanext/d4science_theme/tests/test_plugin.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/tests/test_plugin.py rename to ckanext/d4science_theme/tests/test_plugin.py diff --git a/ckanext-d4science_theme/ckanext/d4science_theme/validators.py b/ckanext/d4science_theme/validators.py similarity index 100% rename from ckanext-d4science_theme/ckanext/d4science_theme/validators.py rename to ckanext/d4science_theme/validators.py diff --git a/ckanext-d4science_theme/ckanext_d4science_theme.egg-info/PKG-INFO b/ckanext_d4science_theme.egg-info/PKG-INFO similarity index 100% rename from ckanext-d4science_theme/ckanext_d4science_theme.egg-info/PKG-INFO rename to ckanext_d4science_theme.egg-info/PKG-INFO diff --git a/ckanext-d4science_theme/ckanext_d4science_theme.egg-info/SOURCES.txt b/ckanext_d4science_theme.egg-info/SOURCES.txt similarity index 100% rename from ckanext-d4science_theme/ckanext_d4science_theme.egg-info/SOURCES.txt rename to ckanext_d4science_theme.egg-info/SOURCES.txt diff --git a/ckanext-d4science_theme/ckanext_d4science_theme.egg-info/dependency_links.txt b/ckanext_d4science_theme.egg-info/dependency_links.txt similarity index 100% rename from ckanext-d4science_theme/ckanext_d4science_theme.egg-info/dependency_links.txt rename to ckanext_d4science_theme.egg-info/dependency_links.txt diff --git a/ckanext-d4science_theme/ckanext_d4science_theme.egg-info/entry_points.txt b/ckanext_d4science_theme.egg-info/entry_points.txt similarity index 100% rename from ckanext-d4science_theme/ckanext_d4science_theme.egg-info/entry_points.txt rename to ckanext_d4science_theme.egg-info/entry_points.txt diff --git a/ckanext-d4science_theme/ckanext_d4science_theme.egg-info/top_level.txt b/ckanext_d4science_theme.egg-info/top_level.txt similarity index 100% rename from ckanext-d4science_theme/ckanext_d4science_theme.egg-info/top_level.txt rename to ckanext_d4science_theme.egg-info/top_level.txt diff --git a/ckanext-d4science_theme/requirements.txt b/requirements.txt similarity index 100% rename from ckanext-d4science_theme/requirements.txt rename to requirements.txt diff --git a/ckanext-d4science_theme/setup.cfg b/setup.cfg similarity index 100% rename from ckanext-d4science_theme/setup.cfg rename to setup.cfg diff --git a/ckanext-d4science_theme/setup.py b/setup.py similarity index 100% rename from ckanext-d4science_theme/setup.py rename to setup.py diff --git a/ckanext-d4science_theme/test.ini b/test.ini similarity index 100% rename from ckanext-d4science_theme/test.ini rename to test.ini