X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/7a47f04940f28745309716d725b63a8278b29e62..359f91f099ce3bce40c70c5cb55dd8db4bb77d04:/events/models.py?ds=inline

diff --git a/events/models.py b/events/models.py
index e20ae53..aa36591 100644
--- a/events/models.py
+++ b/events/models.py
@@ -6,7 +6,7 @@ from django.conf import settings
 from django.core.exceptions import ValidationError
 from django.db import models
 from django.utils.translation import ugettext_lazy as _, ugettext
-from migdal.helpers import add_translatable
+from fnpdjango.utils.models.translation import add_translatable
 
 
 class Event(models.Model):