Skip to content

Commit d9fce82

Browse files
committed
Dashboard was broken. Fixed.
ugettext_lazy + JSONView wasn't working.
1 parent 764755b commit d9fce82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapling/dashboard/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.core.cache import cache
44
from django.contrib.auth.models import User
55
from django.db.models import Max
6-
from django.utils.translation import ugettext_lazy as _
6+
from django.utils.translation import ugettext as _
77

88
import pyflot
99

0 commit comments

Comments
 (0)