Added confirmAccountDeletion template
parent
99accfdbc2
commit
d2c22d2dc1
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<h1>%header%</h1>
|
||||
<p>%text%</p>
|
||||
|
||||
<a
|
||||
href="{{.url}}"
|
||||
style="
|
||||
padding: 8px 20px;
|
||||
background-color: #4b72fa;
|
||||
color: #fff;
|
||||
font-weight: bolder;
|
||||
font-size: 16px;
|
||||
display: inline-block;
|
||||
margin: 20px 0px;
|
||||
margin-right: 20px;
|
||||
text-decoration: none;
|
||||
"
|
||||
>%buttonText%</a
|
||||
>
|
||||
|
||||
<p>%alternativeUrl% <a href="{{.url}}">{{.url}}</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue