minor changes in validate RFC view

This commit is contained in:
fjrodriguez
2023-01-19 09:38:12 -06:00
parent f5ef6556dc
commit f123fe83bb
3 changed files with 102 additions and 107 deletions

View File

@@ -11,8 +11,6 @@ def Custom_is_staff_function(user):
if user.is_staff:
return True
return False
def is_staff_access(view_to_return="index"):
def decorator(view):
@wraps(view)