This commit is contained in:
Basile Clement 2018-11-25 18:32:04 +01:00
parent 2e08951d44
commit 5f9695ef8e

View file

@ -1,6 +1,6 @@
from functools import wraps
from django.contrib.auth.decorators import user_passes_test, login_required
from django.contrib.auth.decorators import login_required, user_passes_test
from django.core.exceptions import PermissionDenied
from django.shortcuts import render