[FIX] HELPDESK: Fixed the import for messages in decorator
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
from django.contrib import messages
|
||||||
from django.http import HttpResponseRedirect
|
from django.http import HttpResponseRedirect
|
||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
from pyexpat.errors import messages
|
|
||||||
|
|
||||||
from base.methods import check_manager
|
from base.methods import check_manager
|
||||||
from helpdesk.models import Ticket
|
from helpdesk.models import Ticket
|
||||||
|
|||||||
Reference in New Issue
Block a user