We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11ddc3 commit f6db0f9Copy full SHA for f6db0f9
feedback/models.py
@@ -61,7 +61,7 @@ def format_notification_message(self):
61
f"<!here> New Feedback Received : \n" # noqa: E203
62
f"Name: {self.name}\n"
63
f"Email: {self.email}\n"
64
- f"Dropdwon Choice: {dropdown_option_text}\n"
+ f"Dropdown Choice: {dropdown_option_text}\n"
65
f"Subject: {self.subject}\n"
66
f"Comments: {self.comments}\n"
67
f"Source: {self.source}\n"
0 commit comments