Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Dec 15, 2024
1 parent 9496eae commit 6133d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion totem/email/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from django.db import models
from django.urls import reverse
from django.utils import timezone
from utils.models import BaseModel

from totem.utils.models import BaseModel

# subscribe: form, welcome email, subscribed page
# unsubscribe: unsubscribe link, unsubscribe page, unsubscribe email
Expand Down

0 comments on commit 6133d51

Please sign in to comment.