Added translation support for ungleich contact page,
This commit is contained in:
parent
20a59f461d
commit
b29ee74634
6 changed files with 41 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.contrib import messages
|
||||
|
||||
from django.views.generic.edit import FormView
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.core.urlresolvers import reverse_lazy
|
||||
from utils.forms import ContactUsForm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue