Repository URL to install this package:
|
Version:
2.4.1rc1 ▾
|
{% load i18n static %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style>
{% block styles_content %}
body {
min-width:100%;
-webkit-text-size-adjust: none;
padding: 0;
margin: 0;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
table {
border-collapse:collapse;
mso-table-lspace:0pt;
mso-table-rspace:0pt;
}
table td {
border-collapse:collapse;
}
td.date a:link {
color:#6b6b6b;
text-decoration:none;
}
@media only screen and (max-width: 568px) {
body[yahoo] .mobile {
width:320px !important;
}
body[yahoo] .spacer {
width:10px !important;
}
body[yahoo] .spacer_height {
height:10px !important;
}
body[yahoo] .content {
width:300px !important;
}
body[yahoo] .col-3{
float: none !important;
width: 100% !important;
}
body[yahoo] .force-col {
display: block;
padding-right: 0 !important;
padding-left: 0 !important;
padding-bottom: 12px !important;
}
body[yahoo] .force-col-last {
display: block;
padding-right: 0 !important;
padding-bottom: 0 !important;
}
body[yahoo] .center {
text-align:center;
}
body[yahoo] .show {
display: block !important;
}
body[yahoo] .hide {
display: none !important;
}
body[yahoo] .img {
width: 130px !important;
float:left;
}
body[yahoo] .img img {
width:100% !important;
}
body[yahoo] .text {
width: 150px !important;
float:right;
}
{% endblock %}
</style>
</head>
<body style="background-color:#E6E6E6;padding:0px;margin:0px;" yahoo="fix" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<table width="600" border="0" align="center" class="mobile" cellspacing="0" cellpadding="0">
<tr>
<td>
{% block branding_logo %}<img width="100%" border="0" style="display: block;" alt="" src="{{ settings.BASE_URL }}{% static 'wagtailadmin/images/email-header.jpg' %}" />{% endblock %}
</td>
</tr>
</table>
<table width="600" border="0" align="center" class="mobile" cellspacing="0" cellpadding="0">
<tr>
<td style="background:#FAFAFA;"><table width="600" border="0" align="center" cellspacing="0" cellpadding="0" class="mobile">
<tr>
<td height="30" class="spacer_height"> </td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" class="mobile">
<tr>
<td width="30" class="spacer"> </td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" class="content">
<tr>
<td style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000; line-height: 18px;">
{% block title %}
<div style="font-size:18px; line-height:24px; color: #43B1B0; font-weight:bold; display:inline-block; width: 100%; margin-bottom:10px;">{% block title_content %}{% endblock %}</div>
{% endblock %}
{% block greeting %}
<p>{% blocktrans with username=user.get_short_name|default:user.get_username %}Hello {{ username }},{% endblocktrans %}</p>
{% endblock %}
{% block content %}
{% endblock %}
<div style="font-size: 10px; margin-top: 20px;">{% trans "Edit your notification preferences here:" %} <a href="{{ settings.BASE_URL }}{% url 'wagtailadmin_account_notification_preferences' %}">{{ settings.BASE_URL }}{% url 'wagtailadmin_account_notification_preferences' %}</a></div>
</td>
</tr>
</table></td>
<td width="30" class="spacer"> </td>
</tr>
</table>
<table width="600" border="0" align="center" cellspacing="0" cellpadding="0" class="mobile">
<tr>
<td height="30" class="spacer_height"> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>