Basic email template for notifications #96

Merged
Anna Sirota merged 14 commits from notification-templates into main 2024-05-02 14:04:24 +02:00
Showing only changes of commit 69a7101fee - Show all commits

View File

@ -77,7 +77,6 @@ class Notification(models.Model):
elif self.action.verb in [ elif self.action.verb in [
Verb.APPROVED, Verb.APPROVED,
Verb.COMMENTED, Verb.COMMENTED,
Verb.RATED_EXTENSION,
Verb.REPORTED_RATING, Verb.REPORTED_RATING,
Verb.REQUESTED_CHANGES, Verb.REQUESTED_CHANGES,
Verb.REQUESTED_REVIEW, Verb.REQUESTED_REVIEW,