[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

@@ -744,6 +744,11 @@ urlpatterns = [
views.enable_account_block_unblock,
name="enable-account-block-unblock",
),
path(
"enable-profile-edit-feature",
views.enable_profile_edit_feature,
name="enable-profile-edit-feature",
),
path(
"rwork-individual-view/<int:instance_id>/",
views.rotating_work_individual_view,