diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index 13b7fe6..ae3eae3 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -52,10 +52,11 @@ {% else %}

{% trans "You don't have access to this course. Please purchase it to view the modules." %}

-
- {% csrf_token %} - -
+

+ {{ page.purchasable_products.first.price | floatformat:2 }} {{ page.purchasable_products.first.currency | upper }} +

+ {% trans "Purchase Course" %}
{% endif %} {% endblock content %}