Reverted back to ugettext_lazy in hosting/views
This commit is contained in:
parent
155a4b7cb6
commit
40f13784ac
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from django.shortcuts import redirect
|
|||
from django.shortcuts import render
|
||||
from django.utils.http import urlsafe_base64_decode
|
||||
from django.utils.safestring import mark_safe
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.views.generic import View, CreateView, FormView, ListView, \
|
||||
DetailView, \
|
||||
DeleteView, TemplateView, UpdateView
|
||||
|
|
Loading…
Reference in a new issue