Fixed thre base email
parent
d3a5e2d9ed
commit
dd473cca41
|
@ -1,5 +1,9 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
|
||||||
|
{% set home_url = resolve_front_url("home") %}
|
||||||
|
{% set home_url_name = "Greenmine" %}
|
||||||
|
|
||||||
<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">
|
||||||
|
@ -89,7 +93,8 @@
|
||||||
class="table-header">
|
class="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="#" title="Greenmine">
|
<a href="{{ home_url }}"
|
||||||
|
title="{{ home_url_name }}">
|
||||||
<img src="" alt="Greenmine" height="32" />
|
<img src="" alt="Greenmine" height="32" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -105,8 +110,9 @@
|
||||||
margin-bottom: 180px;
|
margin-bottom: 180px;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
color: #6c6c6c;" align="left">
|
color: #6c6c6c;" align="left">
|
||||||
{% block body %}
|
|
||||||
<!-- BODY -->
|
<!-- BODY -->
|
||||||
|
{% block body %}{% endblock %}
|
||||||
|
{#
|
||||||
<table border="0" width="100%" cellpadding="0" cellspacing="0"
|
<table border="0" width="100%" cellpadding="0" cellspacing="0"
|
||||||
class="table-body">
|
class="table-body">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -122,7 +128,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
{% endblock %}
|
#}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -132,10 +138,16 @@
|
||||||
font-size: 14px; line-height: 20px;
|
font-size: 14px; line-height: 20px;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
color: #CCC;" align="left">
|
color: #CCC;" align="left">
|
||||||
|
{% block footer %}
|
||||||
|
{#
|
||||||
<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 }}">Greenmine</a>
|
<a href="{{ final_url }}" style="color: #666;">
|
||||||
|
{{ final_url_name }}
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
#}
|
||||||
|
{% endblock %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
|
|
Loading…
Reference in New Issue