From 1e1eea3127aff9953f94580d38ea2b4939b35962 Mon Sep 17 00:00:00 2001 From: Alexander Burdeiny Date: Tue, 30 Aug 2016 10:59:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20"?= =?UTF-8?q?=D0=B1=D0=B8=D0=BB=D0=B5=D1=82=20=D0=BE=D1=80=D0=B3=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=82=D0=BE=D1=80=D0=B0"=20=D0=B5=D1=89?= =?UTF-8?q?=D0=B5=20=D0=B2=20=D0=B4=D0=B2=D1=83=D1=85=20=D1=81=D0=BB=D1=83?= =?UTF-8?q?=D1=87=D0=B0=D1=8F=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/client/service/tickets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/client/service/tickets.html b/templates/client/service/tickets.html index 661122f2..34313542 100644 --- a/templates/client/service/tickets.html +++ b/templates/client/service/tickets.html @@ -159,7 +159,7 @@ {% with object.get_price as price %} {% if price %} {% if price|isdigit %} - {{ price }}{{ object.get_currency_html }} + {{ price }}{{ object.get_currency_html }} ({% trans 'билет организатора' %}) {% else %} {{ price }} ({% trans 'билет организатора' %}) {% endif %} @@ -204,7 +204,7 @@ {% with object.get_price as price %} {% if price %} {% if price|isdigit %} - {{ price }}{{ object.get_currency_html }} + {{ price }}{{ object.get_currency_html }} ({% trans 'билет организатора' %}) {% else %} {{ price }} ({% trans 'билет организатора' %}) {% endif %}