.coveragerc
.gitignore
CHANGELOG.md
LICENCE
README.md
dev_requirements.txt
docker-compose.yml
requirements.txt
setup.py
test.ini
.github/SUPPORT.md
.github/nhm-logo.svg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
ckanext/__init__.py
ckanext/contact/__init__.py
ckanext/contact/auth.py
ckanext/contact/interfaces.py
ckanext/contact/plugin.py
ckanext/contact/recaptcha.py
ckanext/contact/routes/__init__.py
ckanext/contact/routes/_helpers.py
ckanext/contact/routes/contact.py
ckanext/contact/theme/assets/webassets.yml
ckanext/contact/theme/assets/modules/form-contact.js
ckanext/contact/theme/assets/modules/modal-contact.js
ckanext/contact/theme/assets/scripts/recaptcha_helpers.js
ckanext/contact/theme/templates/header.html
ckanext/contact/theme/templates/ajax_snippets/contact_form.html
ckanext/contact/theme/templates/contact/form.html
ckanext/contact/theme/templates/contact/success.html
ckanext/contact/theme/templates/contact/snippets/form.html
ckanext/contact/theme/templates/contact/snippets/modal_link.html
ckanext_contact.egg-info/PKG-INFO
ckanext_contact.egg-info/SOURCES.txt
ckanext_contact.egg-info/dependency_links.txt
ckanext_contact.egg-info/entry_points.txt
ckanext_contact.egg-info/namespace_packages.txt
ckanext_contact.egg-info/not-zip-safe
ckanext_contact.egg-info/requires.txt
ckanext_contact.egg-info/top_level.txt
docker/Dockerfile
docker/entrypoint.sh
tests/__init__.py
tests/test_auth.py
tests/test_helpers.py