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