diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html
index 6df83e4a..074bf1d3 100644
--- a/apps/user/templates/user/profile.html
+++ b/apps/user/templates/user/profile.html
@@ -142,7 +142,7 @@
{% if paid.exists %}
{% include "course/course_items.html" with course_items=paid %}
{% endif %}
- {% if not is_school_purchased and not paid.exists and not user_gift_certificates.exists %}
+ {% if not is_school_purchased and not is_camp_purchased and not paid.exists and not user_gift_certificates.exists %}