1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 07:51:09 +02:00

Remove custom context processor

This commit is contained in:
Alexandre Iooss
2019-08-08 19:18:33 +02:00
parent d0086c84e8
commit 9f52bed890
2 changed files with 0 additions and 9 deletions

View File

@ -1,5 +0,0 @@
def context_user(request):
is_perm = request.user.has_perms(['perm'])
return {
'is_perm': is_perm,
}