Fixed base email template
parent
73d5b3e955
commit
1ac1f877c6
|
@ -3,8 +3,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0"> <!-- So that mobile webkit will display zoomed in -->
|
||||
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
|
||||
<!-- So that mobile webkit will display zoomed in -->
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<!-- disable auto telephone linking in iOS -->
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
||||
<title>Greenmine</title>
|
||||
<style type="text/css">
|
||||
|
@ -66,22 +68,25 @@
|
|||
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin:20px auto; padding:10px 0;" bgcolor="#eee" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
<body style="margin:20px auto; padding:10px 0;" bgcolor="#eee" leftmargin="0" topmargin="0"
|
||||
marginwidth="0" marginheight="0">
|
||||
<!-- background -->
|
||||
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#eee">
|
||||
<tr>
|
||||
<td align="center" valign="top" bgcolor="#eee" style="background-color: #eee;">
|
||||
|
||||
<!-- container -->
|
||||
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" bgcolor="#f1f1f1">
|
||||
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container"
|
||||
bgcolor="#f1f1f1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th border="0" class="container-padding" bgcolor="#669933"
|
||||
style="background-color: #669900; margin-top: 20px; padding: 20px;
|
||||
font-size: 13px; line-height: 20px; font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFF; border-bottom: 5px solid #333;" align="left">
|
||||
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0" class="table-header">
|
||||
style="background-color: #669900; margin-top: 20px;
|
||||
padding: 20px; font-size: 13px; line-height: 20px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFF; border-bottom: 5px solid #333;" align="left">
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0"
|
||||
class="table-header">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" title="Greenmine">
|
||||
|
@ -96,11 +101,14 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td border="0" style="background: #FFFFFF; padding: 20px;
|
||||
font-size: 14px; line-height: 20px; margin-bottom: 180px; font-family: Arial, Helvetica, sans-serif;
|
||||
color: #6c6c6c;" align="left">
|
||||
font-size: 14px; line-height: 20px;
|
||||
margin-bottom: 180px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #6c6c6c;" align="left">
|
||||
{% block body %}
|
||||
<!-- BODY -->
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0" class="table-body">
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0"
|
||||
class="table-body">
|
||||
<tr>
|
||||
<td>
|
||||
<h1>{{ project_name }}</h1>
|
||||
|
@ -120,11 +128,13 @@
|
|||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td border="0" style="background-color: #fff; padding: 0 20px; font-size: 14px; line-height: 20px;
|
||||
font-family: Arial, Helvetica, sans-serif; color: #CCC;" align="left">
|
||||
<td border="0" style="background-color: #fff; padding: 0 20px;
|
||||
font-size: 14px; line-height: 20px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CCC;" align="left">
|
||||
<p style="padding: 10px; border-top: 1px solid #eee;">
|
||||
More info at:
|
||||
<a style="color: #666;" href="#">{{ final_url }}</a>
|
||||
<a style="color: #666;" href="{{ final_url }}">Greenmine</a>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue