This commit is contained in:
j3d1 2024-05-09 23:09:19 +02:00
parent 7f8aee935e
commit 4a8a9fa90f
5 changed files with 37 additions and 1 deletions

View file

@ -4,7 +4,7 @@ from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
from notifications.defauls import auto_reply_body, new_issue_notification, reply_issue_notification
from notifications.defaults import auto_reply_body, new_issue_notification, reply_issue_notification
from notifications.models import MessageTemplate