Browse Source

Вывод услуг по шире

devel
bashmak 9 years ago
parent
commit
18b387fc36
  1. 2
      abonapp/templates/abonapp/group_tariffs.html

2
abonapp/templates/abonapp/group_tariffs.html

@ -21,7 +21,7 @@
{% else %}
<input name="tr" type="checkbox" value="{{ tariff.pk }}"/>
{% endif %}
{{ tariff.title }}
{{ tariff.title }}, {{ tariff.amount }}{% trans 'currency' %}, {{ tariff.speedOut }}Mbit/s | {{ tariff.speedIn }}Mbit/s
</label>
</div>
{% endfor %}

Loading…
Cancel
Save