diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index ebf111c..6b24eab 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -27,6 +27,9 @@ {{ page.body|richtext }} {% if user_has_access %} + {% if user_purchase_id %} + {% trans "Refund Purchase" %} + {% endif %}
{% trans "You don't have access to this course. Please purchase it to view the modules." %}
- {% trans "Purchase Course" %} + {% trans "Purchase Course" %}