[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

@@ -12,6 +12,9 @@ TEMPLATES[0]["OPTIONS"]["context_processors"].append(
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
"base.context_processors.get_companies",
)
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
"base.context_processors.white_labelling_company",
)
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
"base.context_processors.resignation_request_enabled",
)