[ADD] EMPLOYEE: Enable/ Disable profile edit feature
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user