diff --git a/ckanext/requestdata/controllers/request_data.py b/ckanext/requestdata/controllers/request_data.py index 40fe431..8fca39a 100644 --- a/ckanext/requestdata/controllers/request_data.py +++ b/ckanext/requestdata/controllers/request_data.py @@ -102,8 +102,9 @@ def _get_email_configuration( url = \ toolkit.url_for('requestdata_my_requests', id=data_owner, qualified=True) - email_body += '

Go to your \ - My Requests page to see the new request.' + email_body += '

Please accept or decline the request\ + as soon as you can by visiting the \ + My Requests page.' organizations =\ _get_action('organization_list_for_user', {'id': data_owner}) @@ -128,15 +129,18 @@ def _get_email_configuration( contact_email = config.get('ckanext.requestdata.contact_email', '') email_footer += """ -

-
- """ + site_title + """

+

+ +

+ """ + site_title + """ +

+

\ - Sign up for our newsletter

- Follow us on Twitter\ - | Contact us """ + contact_email + """ -

+ Sign up for our newsletter | \ + Follow us on Twitter\ + | Contact us +

+
"""