Browse Source

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

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

4
abonapp/templates/abonapp/buy_tariff.html

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