add missing gettext import

This commit is contained in:
Frédéric Péters 2015-11-18 14:43:49 +01:00
parent fac2fda8b9
commit 537b4cddf6
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ from django.shortcuts import resolve_url
from django import template
from django.template import RequestContext
from django.utils.encoding import force_text
from django.utils.translation import ugettext_lazy as _
from django.views.decorators.csrf import csrf_exempt
from django.views.generic import TemplateView