We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9c4b15 + 521a83f commit 42095c5Copy full SHA for 42095c5
martor/views.py
@@ -3,7 +3,7 @@
3
4
from django.http import (HttpResponse, JsonResponse)
5
from django.utils.module_loading import import_string
6
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
7
from django.contrib.auth.decorators import login_required
8
from django.contrib.auth import get_user_model
9
0 commit comments