[moods] Checkin notification should use correct link
This commit is contained in:
@ -83,7 +83,7 @@ class MoodNtfyNotification(BasicNtfyNotification):
|
|||||||
def __init__(self, profile, **kwargs):
|
def __init__(self, profile, **kwargs):
|
||||||
super().__init__(profile)
|
super().__init__(profile)
|
||||||
self.ntfy_str: str = "Would you like to check in about your mood?"
|
self.ntfy_str: str = "Would you like to check in about your mood?"
|
||||||
self.click_url = self.url_tmpl.format(path=reverse("moods:mood_list"))
|
self.click_url = self.url_tmpl.format(path=reverse("moods:checkin"))
|
||||||
self.title = "Mood Check-in!"
|
self.title = "Mood Check-in!"
|
||||||
|
|
||||||
def send(self):
|
def send(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user