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.
1 parent d9c4b15 commit 521a83fCopy full SHA for 521a83f
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