From a024264443ac048103501d15c2064de9c2e916cc Mon Sep 17 00:00:00 2001 From: John Tordoff <> Date: Fri, 13 Dec 2024 12:35:30 -0500 Subject: [PATCH] re-introduce in email template --- ...est_institutional_access_request.html.mako | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/website/templates/emails/node_request_institutional_access_request.html.mako b/website/templates/emails/node_request_institutional_access_request.html.mako index e69de29bb2d..d49b2811ea1 100644 --- a/website/templates/emails/node_request_institutional_access_request.html.mako +++ b/website/templates/emails/node_request_institutional_access_request.html.mako @@ -0,0 +1,35 @@ +<%inherit file="notify_base.mako" /> + +<%def name="content()"> + + + <%!from website import settings%> + Hello ${recipient.fullname}, +

+ ${sender.fullname} has requested access to ${node.title}. +

+ % if comment: +

+ ${comment} +

+ % endif +

+ To review the request, click here to allow or deny access and configure permissions. +

+

+ This request is being sent to you because your project has the “Request Access” feature enabled. + This allows potential collaborators to request to be added to your project or to disable this feature, click + here +

+ +

+ Want more information? Visit ${settings.DOMAIN} to learn about OSF, or + https://cos.io/ for information about its supporting organization, the Center + for Open Science. +

+

+ Questions? Email ${settings.OSF_CONTACT_EMAIL} +

+ + +