+
+
\ No newline at end of file
diff --git a/templates/emails/schedule_reminder.txt b/templates/emails/schedule_reminder.txt
new file mode 100644
index 00000000..d27d9e3d
--- /dev/null
+++ b/templates/emails/schedule_reminder.txt
@@ -0,0 +1,16 @@
+Hello {{ user_name }},
+
+This is a friendly reminder for your upcoming schedule:
+
+Purpose: {{ schedule_purpose }}
+Scheduled At: {{ scheduled_at }}
+Type: {{ schedule_type }}
+{% if customer_name != 'N/A' %}Customer: {{ customer_name }}{% endif %}
+{% if notes %}Notes: {{ notes }}{% endif %}
+
+Please be prepared for your schedule.
+
+Thank you!
+
+---
+This is an automated reminder. Please do not reply to this email.
\ No newline at end of file
diff --git a/templates/groups/group_detail.html b/templates/groups/group_detail.html
index 288ef326..4e4474bb 100644
--- a/templates/groups/group_detail.html
+++ b/templates/groups/group_detail.html
@@ -59,7 +59,7 @@
@@ -462,7 +462,7 @@
{% include "notifications.html" %}
{% endif %}
- {% if user.is_authenticated and request.is_dealer or request.is_staff %}
+ {% if user.is_authenticated%}