[ADD] EMPLOYEE: Enable/ Disable profile edit feature

This commit is contained in:
Horilla
2025-01-14 12:12:06 +05:30
parent 24904032c9
commit 08ebc386b2
9 changed files with 161 additions and 31 deletions

View File

@@ -40,3 +40,6 @@ TEMPLATES[0]["OPTIONS"]["context_processors"].append(
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
"base.context_processors.enable_late_come_early_out_tracking",
)
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
"base.context_processors.enable_profile_edit",
)