X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/865f2999a89cbe23c75c82d617b9c1ac4c55604e..77ef9ccee8e4c8290d2b07f837c43244de92ccdf:/migdal/templatetags/migdal_tags.py diff --git a/migdal/templatetags/migdal_tags.py b/migdal/templatetags/migdal_tags.py index 5cc64d2..f370f97 100644 --- a/migdal/templatetags/migdal_tags.py +++ b/migdal/templatetags/migdal_tags.py @@ -3,7 +3,7 @@ # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # from django_comments_xtd.models import XtdComment -from django.contrib import comments +import django_comments as comments from django import template from migdal import app_settings from migdal.models import Category