[UPDT] BASE: Added white labelling for email template

This commit is contained in:
Horilla
2025-01-21 22:27:31 +05:30
parent 877d508736
commit 2961075520
2 changed files with 27 additions and 11 deletions

View File

@@ -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;
"
>
&copy; 2024 Horilla, Inc.
&copy; {{current_year}} {{white_label_company_name}}
</td>
</tr>
</table>