Skip to content

Commit

Permalink
Update the email to prevent the email provider to create a hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-mahajan committed May 14, 2024
1 parent 7cf06d3 commit 522c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/ubdc/logic/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _access_request_notification(request_id):
body_html = f"""
<p>Dear Admin,</p>
<p>A new submission from the Access Our Services form has been received.</p>
<p>Please check <a href='{site_url}/data-service/access-request/view/{request_id}'>here</a> to action the request.</p>
<p>Please check on {site_url}/data-service/access-request/view/{request_id} to action the request.</p>
<p>The data request was submitted on {datetime_now}.</p>
<p></p>
Expand Down

0 comments on commit 522c1f2

Please sign in to comment.