Skip to content

Commit

Permalink
Fix contact email link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed May 19, 2017
1 parent 63f81df commit 860b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/requestdata/controllers/request_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _get_email_configuration(user_name,data_owner, dataset_name,email,message,or
<div style="text-align: center;">
<a href=" """ + site_url + """ ">""" + site_title + """</a><br><br>
<a href=" """ + newsletter_url + """ ">Sign up for our newsletter</a><br><br>
<span>Follow us on <a href=" """ + twitter_url + """ ">Twitter</a></span> | <span>Contact us <a href=" """ + contact_email + """ ">""" + contact_email + """</a></span>
<span>Follow us on <a href=" """ + twitter_url + """ ">Twitter</a></span> | <span>Contact us <a href="mailto:""" + contact_email + """ ">""" + contact_email + """</a></span>
</div>
"""
Expand Down

0 comments on commit 860b2a0

Please sign in to comment.