ea2e292 Add decorator to check admin permission.

2 files Authored by cverna 6 years ago, Committed by pingou 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>
    
        
file modified
+15 -0
file modified
+5 -21