Added template for scheduled maintenance downtime

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/email-templates-library@150562 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-06-27 13:17:08 +00:00
parent 22c0f78631
commit 45c518f859
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ public class TemplateDowntimeAnnouncement extends AbstractTemplate implements Te
return new String(Base64.getDecoder().decode(templateContent))
.replace("{{GATEWAY_LOGO:URL}}", getGatewayLogoURL())
.replace("{{GATEWAY_LOGO:URL}}", getGatewayLogoURL())
.replace("{{GATEWAY_URL}}", getGatewayURL())
.replace("{{GATEWAY_NAME}}", getGatewayName());
}