diff --git a/place_exposition/models.py b/place_exposition/models.py index af15a110..472c8d48 100644 --- a/place_exposition/models.py +++ b/place_exposition/models.py @@ -52,7 +52,7 @@ class PlaceExposition(TranslatableModel, ExpoMixin): #type uses EnumField for creating Enum type field in Mysql database type = EnumField(values = [item1 for item1, item2 in EXPOSITION_TYPE]) #information - address = LocationField(verbose_name=_(u'Адресс')) + address = LocationField(verbose_name=_(u'Адрес')) phone = models.BigIntegerField(blank=True, null=True) fax = models.BigIntegerField(blank=True, null=True) web_page = models.URLField(blank=True) diff --git a/templates/client/exposition/exposition_detail.html b/templates/client/exposition/exposition_detail.html index 97075ac4..cd37b6e0 100644 --- a/templates/client/exposition/exposition_detail.html +++ b/templates/client/exposition/exposition_detail.html @@ -1,6 +1,7 @@ {% extends 'client/base_catalog.html' %} {% load i18n %} -{% load template_filters thumbnail %} +{% load thumbnail %} +{% load template_filters %} {% block og %} @@ -19,7 +20,6 @@ {% endblock %} - {% block page_title %} {% endblock %} diff --git a/templates/client/includes/exposition/expo_paid.html b/templates/client/includes/exposition/expo_paid.html index b3635de1..16b0507d 100644 --- a/templates/client/includes/exposition/expo_paid.html +++ b/templates/client/includes/exposition/expo_paid.html @@ -62,7 +62,12 @@