Merge branch 'course_old_price' into 'master'

Course old price

See merge request lilschool/site!243
remotes/origin/course_old_price
Danil 7 years ago
commit 5839febf72
  1. 2
      apps/course/templates/course/course.html

@ -121,7 +121,7 @@
</svg>
</div>
<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" }}₽
</div>
</div>

Loading…
Cancel
Save