добавил "билет организатора" еще в двух случаях

remotes/origin/stage5
Alexander Burdeiny 10 years ago
parent 3fab9fdbac
commit 1e1eea3127
  1. 4
      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 }} <small>({% trans 'билет организатора' %})</small>
{% else %}
<span class="small">{{ price }} <small>({% trans 'билет организатора' %})</small></span>
{% 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 }} <small>({% trans 'билет организатора' %})</small>
{% else %}
<span class="small">{{ price }} <small>({% trans 'билет организатора' %})</small></span>
{% endif %}

Loading…
Cancel
Save