-
Notifications
You must be signed in to change notification settings - Fork 69
Description
I am using emencia.django.newsletter in django-cms
my pip freeze is
BeautifulSoup==3.2.1
Django==1.5.1
MySQL-python==1.2.5
Pillow==2.3.0
South==0.8.4
WebOb==1.4
WebTest==2.0.16
Whoosh==2.6.0
argparse==1.2.1
beautifulsoup4==4.3.2
chardet==2.3.0
cmsplugin-filer==0.9.5
cmsplugin-nivoslider==0.5.2
django-classy-tags==0.5.1
django-cms==2.4.3
django-cms-themes==1.0.11
django-extensions==1.4.6
django-filer==0.9.5
django-grappelli==2.4.10
django-hvad==0.3
django-mptt==0.5.2
django-polymorphic==0.5.3
django-registration==1.0
django-sekizai==0.7
django-suit==0.2.10
django-tagging==0.3.4
django-tinymce==1.5.3
django-webtest==1.7.7
djangocms-utils==0.9.5
easy-thumbnails==2.1
emencia.django.newsletter==0.2
html2text==2014.9.25
html5lib==0.999
python-dateutil==2.2
pytz==2014.7
six==1.7.3
sorl-thumbnail==11.12
surlex==0.2.0
tagging==0.2.1
vobject==0.6.6
waitress==0.8.9
wsgiref==0.1.2
xlrd==0.9.3
xlwt==0.7.5
When i send news letter it throw following error
TemplateSyntaxError at /en/admin/newsletter/newsletter/
Could not parse the remainder: ',uidb36=uidb36,token=token' from 'newsletter.slug,uidb36=uidb36,token=token'
How can i solve this i in trouble
Pls Help!!,
Thanks in advance!!!