diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid
index c397c9e3..c7cb39e5 100644
--- a/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid
@@ -15,7 +15,7 @@
{% endcomment %}
{% if log_out %}
-
+
{% endif %}
diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid
index d69956ac..e21cf20a 100644
--- a/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid
@@ -1,11 +1,9 @@
{% if courses.in_catalog.any? %}
{% for course in courses.in_catalog %}
- {% if current_person.signed_in? %}
{% include "cards_course" with course %}
- {% endif %}
{% endfor %}
{% else %}
diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid
index 08467e9d..3c3f2064 100644
--- a/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid
@@ -1,21 +1,7 @@
-{% assign omni = false %}
-{% assign core = false %}
-{% assign partners = false %}
{% assign log_out = true %}
{% if current_person.signed_in? %}
{% assign log_out = false %}
- {% for group in current_person.groups %}
- {% if group.name contains 'Partners' %}
- {% assign partners = true %}
- {% else %}
- {% if group.name contains 'Core' %}
- {% assign core = true %}
- {% elsif group.name contains 'Omni' %}
- {% assign omni = true %}
- {% endif %}
- {% endif %}
- {% endfor %}
{% endif %}