mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
removing the underscore in content_square
This commit is contained in:
parent
be21039af1
commit
268d2221d6
3 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ TAG_MODULES = [
|
|||
'analytical.gosquared',
|
||||
'analytical.heap',
|
||||
'analytical.hotjar',
|
||||
'analytical.content_square',
|
||||
'analytical.contentsquare',
|
||||
'analytical.hubspot',
|
||||
'analytical.intercom',
|
||||
'analytical.kiss_insights',
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ from django.test import override_settings
|
|||
from utils import TagTestCase
|
||||
|
||||
from analytical.templatetags.analytical import _load_template_nodes
|
||||
from analytical.templatetags.content_square import ContentsquareNode
|
||||
from analytical.templatetags.contentsquare import ContentsquareNode
|
||||
from analytical.utils import AnalyticalException
|
||||
|
||||
expected_html = """\
|
||||
|
|
|
|||
Loading…
Reference in a new issue