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 255ccbb commit ed14ffbCopy full SHA for ed14ffb
feedback/models.py
@@ -56,7 +56,7 @@ def format_notification_message(self):
56
"""
57
Returns a formatted notification message containing details from this Feedback instance.
58
59
- dropdown_option_text = self.dropdown_option.name if self.dropdown_option else "Not Specified"
+ dropdown_option_text = self.dropdown_option.name if self.dropdown_option else "No Option Selected"
60
notification_message = (
61
f"<!here> New Feedback Received : \n" # noqa: E203
62
f"Name: {self.name}\n"
0 commit comments