Skip to content

Commit

Permalink
deleted aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
bishwaspraveen committed May 2, 2024
1 parent 47062d9 commit 55fce28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedback/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def format_notification_message(self):
Returns a formatted notification message containing details from this Feedback instance.
"""
notification_message = (
f"<!here> Hey team!! Good news! We've received a new feedback! :rocket: Here are the details : \n"
f"<!here> New Feedback Received : \n"
f"Name: {self.name}\n"
f"Email: {self.email}\n"
f"Subject: {self.subject}\n"
Expand Down

0 comments on commit 55fce28

Please sign in to comment.