Skip to content

Commit

Permalink
Fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Jan 18, 2023
1 parent 23b036c commit a6096f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modoboa/admin/views/domain.py
Expand Up @@ -15,8 +15,8 @@
from django.urls import reverse
from django.utils.translation import ugettext as _, ungettext
from django.views import generic
from django.views.decorators import require_http_methods
from django.views.decorators.csrf import ensure_csrf_cookie
from django.views.decorators.http import require_http_methods

from modoboa.core import signals as core_signals
from modoboa.lib.exceptions import PermDeniedException
Expand Down

0 comments on commit a6096f5

Please sign in to comment.