course_old_price

remotes/origin/course_old_price
gzbender 7 years ago
parent 901c1f8e4b
commit bffc06bbfd
  1. 2
      apps/course/templates/course/course.html

@ -121,7 +121,7 @@
</svg> </svg>
</div> </div>
<div class="meta__title"> <div class="meta__title">
<s>{{ course.old_price|floatformat:"-2" }}₽</s> {% if course.old_price %}<s>{{ course.old_price|floatformat:"-2" }}₽</s>{% endif %}
{{ course.price|floatformat:"-2" }}₽ {{ course.price|floatformat:"-2" }}₽
</div> </div>
</div> </div>

Loading…
Cancel
Save