[ADD] GENERAL: White labelling

This commit is contained in:
Horilla
2024-05-23 14:29:29 +05:30
parent 948209f692
commit df03cdc54e
19 changed files with 88 additions and 26 deletions

View File

@@ -5,7 +5,10 @@
<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>Page Not Found - Horilla</title>
<title>Page Not Found - {{white_label_company_name}}</title>
<link rel="apple-touch-icon" sizes="180x180" href="{% if white_label_company.icon %}{{white_label_company.icon.url}} {% else %}{% static 'favicons/apple-touch-icon.png' %}{% endif %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% if white_label_company.icon %}{{white_label_company.icon.url}} {% else %}{% static 'favicons/favicon-32x32.png' %}{% endif %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% if white_label_company.icon %}{{white_label_company.icon.url}} {% else %}{% static 'favicons/favicon-16x16.png' %}{% endif %}">
<link rel="stylesheet" href="/static/build/css/style.min.css" />
</head>