ea2e29 Add decorator to check admin permission.

2 files Authored by Clement Verna 6 years ago , Committed by Pierre-Yves Chibon 6 years ago ,
    Add decorator to check admin permission.
    
    This commit adds a new decorator that check if a user has admin
    permission to the project.
    Introduce the decorator in the ui/issues.py module.
    
    Signed-off-by: Clement Verna <cverna@tutanota.com></cverna@tutanota.com>
    
        
file modified
+15 -0
file modified
+5 -21