Browse Source

добавил вывод цен на услуги в форме покупки услуги

devel
http 9 years ago
parent
commit
4675a77274
  1. 2
      abonapp/templates/abonapp/buy_tariff.html

2
abonapp/templates/abonapp/buy_tariff.html

@ -28,7 +28,7 @@
<span class="input-group-addon"><span class="glyphicon glyphicon-bullhorn"></span></span> <span class="input-group-addon"><span class="glyphicon glyphicon-bullhorn"></span></span>
<select class="form-control" name="tariff"> <select class="form-control" name="tariff">
{% for trf in tariffs %} {% for trf in tariffs %}
<option value="{{ trf.pk }}">{{ trf.title }}</option>
<option value="{{ trf.pk }}">{{ trf.title }}. {{ trf.amount }}{% trans 'currency' %}</option>
{% endfor %} {% endfor %}
</select> </select>
</div> </div>

Loading…
Cancel
Save