diff --git a/cove/settings.py b/cove/settings.py index 2a0cf1a5f..4c806174f 100644 --- a/cove/settings.py +++ b/cove/settings.py @@ -46,6 +46,11 @@ 'cove-360': _('360Giving Data Tool'), 'default': _('Cove'), }, + 'application_strapline': { + 'cove-ocds': _('Convert, Validate, Explore Open Contracting Data'), + 'cove-360': _('Convert, Validate, Explore 360Giving Data'), + 'default': _('Convert, Validate, Explore'), + }, 'schema_url': { # Schema url for the package schema (does not yet exist for 360) 'cove-ocds': 'http://ocds.open-contracting.org/standard/r/1__0__RC/release-package-schema.json', 'default': None diff --git a/cove/templates/base_generic.html b/cove/templates/base_generic.html index af1019176..fcee3a0de 100644 --- a/cove/templates/base_generic.html +++ b/cove/templates/base_generic.html @@ -19,6 +19,7 @@
{{ application_strapline }}