diff --git a/service/order_forms.py b/service/order_forms.py index ce53ed42..1bc950a0 100644 --- a/service/order_forms.py +++ b/service/order_forms.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from django import forms -from django.utils.translation import ugettext as _ +from django.utils.translation import ugettext_lazy as _ from accounts.models import User from models import Catalog, Tickets, Remote, Participation, Translation, Visit, CURENCIES, Advertising, CallBack, BuildStand from exposition.models import Exposition diff --git a/templates/client/service/tickets.html b/templates/client/service/tickets.html index 34313542..2a7a20a1 100644 --- a/templates/client/service/tickets.html +++ b/templates/client/service/tickets.html @@ -1,6 +1,5 @@ {% extends 'base_catalog.html' %} -{% load static %} -{% load i18n %} +{% load static i18n %} {% load template_filters %} {% block bread_scrumbs %}