From 8a5792d3dd5d302cc703b6dca6b21e79259fa8cd Mon Sep 17 00:00:00 2001 From: Ahmed Belal Date: Thu, 9 May 2019 16:28:50 +0500 Subject: [PATCH] Modal Design Update --- .../templates/partials/metadata-tiles.html | 2 +- .../partials/testimonial-carousel.html | 24 +++++++++++++----- static/fonts/icomoon.eot | Bin 2280 -> 2592 bytes static/fonts/icomoon.svg | 3 ++- static/fonts/icomoon.ttf | Bin 2116 -> 2428 bytes static/fonts/icomoon.woff | Bin 2192 -> 2504 bytes static/scss/detail/testimonial-carousel.scss | 23 ++++++++++++++--- static/scss/icomoon.scss | 4 +++ 8 files changed, 43 insertions(+), 13 deletions(-) diff --git a/courses/templates/partials/metadata-tiles.html b/courses/templates/partials/metadata-tiles.html index f6871fa11b..4f8ed320ee 100644 --- a/courses/templates/partials/metadata-tiles.html +++ b/courses/templates/partials/metadata-tiles.html @@ -27,7 +27,7 @@ {% if course.current_price %}
  • PRICE - ${{ course.current_price }} + ${{ course.current_price|floatformat:"0" }}
  • {% endif %} diff --git a/courses/templates/partials/testimonial-carousel.html b/courses/templates/partials/testimonial-carousel.html index 928d5e6a01..ac3fdcc2b7 100644 --- a/courses/templates/partials/testimonial-carousel.html +++ b/courses/templates/partials/testimonial-carousel.html @@ -21,18 +21,28 @@

    {{ testimonial.value.name }}, {{ testimonial.value.title }}

    {% for testimonial in testimonials.items %} -