From 9ec4e8d2f9a180636316d5d37af2f1a45aa77508 Mon Sep 17 00:00:00 2001 From: abhiramtilakiiit Date: Sat, 25 Jan 2025 22:35:36 +0530 Subject: [PATCH] fix line width and remove pydoc-markdown --- mailing_templates.py | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/mailing_templates.py b/mailing_templates.py index d78c4dc..330f862 100644 --- a/mailing_templates.py +++ b/mailing_templates.py @@ -1,12 +1,14 @@ """ -Contains templates for emails to be sent to CC, SLO, SLC and the club regarding the event's approval and its status to interested parties. +Contains templates for emails to be sent to CC, SLO, SLC and the club +regarding the event's approval and its status to interested parties. """ from string import Template # Email Templates -# email template requesting approval for an event to CC(Clubs Council), SLO(Student Life Office) and SLC(Student Life Committee). +# email template requesting approval for an event to +# CC(Clubs Council),SLO(Student Life Office) and SLC(Student Life Committee). # common subject but 3 different bodies PROGRESS_EVENT_SUBJECT = Template( """ @@ -98,7 +100,8 @@ """ # noqa: E501 ) -# email template informing the deletion of the event from the club's side and informing the CC(Clubs Council). +# email template informing the deletion of the event from the club's side +# and informing the CC(Clubs Council). DELETE_EVENT_SUBJECT = Template( """ [Events] $event_id: Deletion of $event @@ -121,8 +124,10 @@ # Email Templates For Clubs -# email template informing the club regarding the status of the events approval. -# regarding processing, approval and rejection status of the event.even if the event was deleted by the CC. +# email template informing the club regarding the status of the events +# approval. +# regarding processing, approval and rejection status of the event even +# if the event was deleted by the CC. CLUB_EVENT_SUBJECT = Template( """ [Events] $event_id: $event Request Receipt @@ -196,7 +201,8 @@ """ # noqa: E501 ) -# email template informing the club regarding the status of the event's budget by SLO. +# email template informing the club regarding the status of the event's +# budget by SLO. EVENT_BILL_STATUS_SUBJECT = Template( """ Update on Bill Status for $event