[FIX] HELPDESK: Fixed the import for messages in decorator

This commit is contained in:
Horilla
2025-11-28 17:12:42 +05:30
parent 963c419179
commit 060bd1f2eb

View File

@@ -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