Browse Source

выводим стоимость услуги

devel
http 9 years ago
parent
commit
d1fae0fd26
  1. 1
      clientsideapp/templates/clientsideapp/services.html

1
clientsideapp/templates/clientsideapp/services.html

@ -58,6 +58,7 @@
<div class="col-lg-12">
<h3>{{ tarif.title }}</h3>
<i>{{ tarif.amount }} руб.</i>
<p>{{ tarif.descr }}</p>
{% if request.user.is_staff %}

Loading…
Cancel
Save