[UPDT] BASE: Added white labelling for email template
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{% load static %}
|
||||
{% load static %} {% now "Y" as current_year %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Horilla News Letter Design</title>
|
||||
<title>{{white_label_company_name}}</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
@@ -174,7 +174,7 @@
|
||||
font-size: 12px;
|
||||
"
|
||||
>
|
||||
© 2024 Horilla, Inc.
|
||||
© {{current_year}} {{white_label_company_name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user