diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index ae3eae3..9f559e0 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -55,8 +55,12 @@

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

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