Added responsive email and fixed dwsgi runner
							parent
							
								
									12bc49100b
								
							
						
					
					
						commit
						de9ff6adc9
					
				
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 64 KiB  | 
@ -1,4 +1,310 @@
 | 
				
			|||||||
<p>Welcome! Thanks for signing up. Please follow this link to activate your account:</p>
 | 
					<!doctype html>
 | 
				
			||||||
<p><a href="{{ confirm_url }}">Confirm your email</a></p>
 | 
					<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
 | 
				
			||||||
<br>
 | 
					
 | 
				
			||||||
<p>Cheers!</p>
 | 
					<head>
 | 
				
			||||||
 | 
					  <title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  </title>
 | 
				
			||||||
 | 
					  <!--[if !mso]><!-- -->
 | 
				
			||||||
 | 
					  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
				
			||||||
 | 
					  <!--<![endif]-->
 | 
				
			||||||
 | 
					  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
				
			||||||
 | 
					  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
 | 
					  <style type="text/css">
 | 
				
			||||||
 | 
					    #outlook a {
 | 
				
			||||||
 | 
					      padding: 0;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .ReadMsgBody {
 | 
				
			||||||
 | 
					      width: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .ExternalClass {
 | 
				
			||||||
 | 
					      width: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .ExternalClass * {
 | 
				
			||||||
 | 
					      line-height: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    body {
 | 
				
			||||||
 | 
					      margin: 0;
 | 
				
			||||||
 | 
					      padding: 0;
 | 
				
			||||||
 | 
					      -webkit-text-size-adjust: 100%;
 | 
				
			||||||
 | 
					      -ms-text-size-adjust: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    table,
 | 
				
			||||||
 | 
					    td {
 | 
				
			||||||
 | 
					      border-collapse: collapse;
 | 
				
			||||||
 | 
					      mso-table-lspace: 0pt;
 | 
				
			||||||
 | 
					      mso-table-rspace: 0pt;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    img {
 | 
				
			||||||
 | 
					      border: 0;
 | 
				
			||||||
 | 
					      height: auto;
 | 
				
			||||||
 | 
					      line-height: 100%;
 | 
				
			||||||
 | 
					      outline: none;
 | 
				
			||||||
 | 
					      text-decoration: none;
 | 
				
			||||||
 | 
					      -ms-interpolation-mode: bicubic;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    p {
 | 
				
			||||||
 | 
					      display: block;
 | 
				
			||||||
 | 
					      margin: 13px 0;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  </style>
 | 
				
			||||||
 | 
					  <!--[if !mso]><!-->
 | 
				
			||||||
 | 
					  <style type="text/css">
 | 
				
			||||||
 | 
					    @media only screen and (max-width:480px) {
 | 
				
			||||||
 | 
					      @-ms-viewport {
 | 
				
			||||||
 | 
					        width: 320px;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					      @viewport {
 | 
				
			||||||
 | 
					        width: 320px;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  </style>
 | 
				
			||||||
 | 
					  <!--<![endif]-->
 | 
				
			||||||
 | 
					  <!--[if mso]>
 | 
				
			||||||
 | 
					        <xml>
 | 
				
			||||||
 | 
					        <o:OfficeDocumentSettings>
 | 
				
			||||||
 | 
					          <o:AllowPNG/>
 | 
				
			||||||
 | 
					          <o:PixelsPerInch>96</o:PixelsPerInch>
 | 
				
			||||||
 | 
					        </o:OfficeDocumentSettings>
 | 
				
			||||||
 | 
					        </xml>
 | 
				
			||||||
 | 
					        <![endif]-->
 | 
				
			||||||
 | 
					  <!--[if lte mso 11]>
 | 
				
			||||||
 | 
					        <style type="text/css">
 | 
				
			||||||
 | 
					          .outlook-group-fix { width:100% !important; }
 | 
				
			||||||
 | 
					        </style>
 | 
				
			||||||
 | 
					        <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <!--[if !mso]><!-->
 | 
				
			||||||
 | 
					  <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700" rel="stylesheet" type="text/css">
 | 
				
			||||||
 | 
					  <style type="text/css">
 | 
				
			||||||
 | 
					    @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
 | 
				
			||||||
 | 
					  </style>
 | 
				
			||||||
 | 
					  <!--<![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <style type="text/css">
 | 
				
			||||||
 | 
					    @media only screen and (min-width:480px) {
 | 
				
			||||||
 | 
					      .mj-column-per-100 {
 | 
				
			||||||
 | 
					        width: 100% !important;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  </style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <style type="text/css">
 | 
				
			||||||
 | 
					  </style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <!--[if mso | IE]>
 | 
				
			||||||
 | 
					      <table
 | 
				
			||||||
 | 
					         align="center" border="0" cellpadding="0" cellspacing="0" style="width:600px;" width="600"
 | 
				
			||||||
 | 
					      >
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
 | 
				
			||||||
 | 
					      <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <div style="Margin:0px auto;max-width:600px;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
 | 
				
			||||||
 | 
					        <tbody>
 | 
				
			||||||
 | 
					          <tr>
 | 
				
			||||||
 | 
					            <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;vertical-align:top;">
 | 
				
			||||||
 | 
					              <!--[if mso | IE]>
 | 
				
			||||||
 | 
					                  <table role="presentation" border="0" cellpadding="0" cellspacing="0">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <td
 | 
				
			||||||
 | 
					               style="vertical-align:top;width:600px;"
 | 
				
			||||||
 | 
					            >
 | 
				
			||||||
 | 
					          <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              <div class="mj-column-per-100 outlook-group-fix" style="font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
 | 
					                    <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
 | 
				
			||||||
 | 
					                        <tbody>
 | 
				
			||||||
 | 
					                          <tr>
 | 
				
			||||||
 | 
					                            <td style="width:100px;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                              <img height="auto" src="{{ logog_url }}" style="border:0;display:block;outline:none;text-decoration:none;width:100%;" width="100" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                            </td>
 | 
				
			||||||
 | 
					                          </tr>
 | 
				
			||||||
 | 
					                        </tbody>
 | 
				
			||||||
 | 
					                      </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
 | 
					                    <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <div style="font-family:helvetica;font-size:32px;line-height:1;text-align:center;color:#01B48F;">
 | 
				
			||||||
 | 
					                        Cookie API
 | 
				
			||||||
 | 
					                      </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
 | 
					                    <td style="font-size:0px;padding:10px 25px;word-break:break-word;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <p style="border-top:solid 4px #01B48F;font-size:1;margin:0px auto;width:100%;">
 | 
				
			||||||
 | 
					                      </p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <!--[if mso | IE]>
 | 
				
			||||||
 | 
					        <table
 | 
				
			||||||
 | 
					           align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 4px #01B48F;font-size:1;margin:0px auto;width:550px;" role="presentation" width="550px"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					          <tr>
 | 
				
			||||||
 | 
					            <td style="height:0;line-height:0;">
 | 
				
			||||||
 | 
					               
 | 
				
			||||||
 | 
					            </td>
 | 
				
			||||||
 | 
					          </tr>
 | 
				
			||||||
 | 
					        </table>
 | 
				
			||||||
 | 
					      <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              <!--[if mso | IE]>
 | 
				
			||||||
 | 
					            </td>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  </table>
 | 
				
			||||||
 | 
					                <![endif]-->
 | 
				
			||||||
 | 
					            </td>
 | 
				
			||||||
 | 
					          </tr>
 | 
				
			||||||
 | 
					        </tbody>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <!--[if mso | IE]>
 | 
				
			||||||
 | 
					          </td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      <table
 | 
				
			||||||
 | 
					         align="center" border="0" cellpadding="0" cellspacing="0" style="width:600px;" width="600"
 | 
				
			||||||
 | 
					      >
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					          <td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
 | 
				
			||||||
 | 
					      <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <div style="Margin:0px auto;max-width:600px;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
 | 
				
			||||||
 | 
					        <tbody>
 | 
				
			||||||
 | 
					          <tr>
 | 
				
			||||||
 | 
					            <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;vertical-align:top;">
 | 
				
			||||||
 | 
					              <!--[if mso | IE]>
 | 
				
			||||||
 | 
					                  <table role="presentation" border="0" cellpadding="0" cellspacing="0">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <td
 | 
				
			||||||
 | 
					               style="vertical-align:top;width:600px;"
 | 
				
			||||||
 | 
					            >
 | 
				
			||||||
 | 
					          <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              <div class="mj-column-per-100 outlook-group-fix" style="font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
 | 
					                    <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <div style="font-family:helvetica;font-size:16px;line-height:1;text-align:center;color:#000000;">
 | 
				
			||||||
 | 
					                        Welcome to the Cookie API.
 | 
				
			||||||
 | 
					                      </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
 | 
					                    <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <div style="font-family:helvetica;font-size:16px;line-height:1;text-align:center;color:#000000;">
 | 
				
			||||||
 | 
					                        Please click the button below to confirm your email account.
 | 
				
			||||||
 | 
					                      </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
 | 
					                    <td align="center" vertical-align="middle" style="font-size:0px;padding:10px 25px;word-break:break-word;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                      <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
 | 
				
			||||||
 | 
					                        <tr>
 | 
				
			||||||
 | 
					                          <td align="center" bgcolor="#FF9A57" role="presentation" style="border:none;border-radius:3px;color:#ffffff;cursor:auto;padding:10px 25px;" valign="middle">
 | 
				
			||||||
 | 
					                            <a href="{{ confirm_url }}" style="background:#FF9A57;color:#ffffff;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;font-weight:normal;line-height:120%;Margin:0;text-decoration:none;text-transform:uppercase;" target="_blank">
 | 
				
			||||||
 | 
					              Confirm Email
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					                          </td>
 | 
				
			||||||
 | 
					                        </tr>
 | 
				
			||||||
 | 
					                      </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              <!--[if mso | IE]>
 | 
				
			||||||
 | 
					            </td>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                  </table>
 | 
				
			||||||
 | 
					                <![endif]-->
 | 
				
			||||||
 | 
					            </td>
 | 
				
			||||||
 | 
					          </tr>
 | 
				
			||||||
 | 
					        </tbody>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <!--[if mso | IE]>
 | 
				
			||||||
 | 
					          </td>
 | 
				
			||||||
 | 
					        </tr>
 | 
				
			||||||
 | 
					      </table>
 | 
				
			||||||
 | 
					      <![endif]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
					Loading…
					
					
				
		Reference in New Issue