django-fluent / django-fluent-contents

A widget engine to display various content on Django pages
http://django-fluent.org/
Apache License 2.0
149 stars 39 forks source link

Python 3: simplecms minor fix #76

Closed emptyset1 closed 8 years ago

emptyset1 commented 8 years ago

Hi again, I was playing around with simplecms and discovered that you can't get it to work unless you change

    if not templates.has_key(template_name):

to

    if not template_name in templates:

in simplecms/admin.py for those using Python 3.x

vdboor commented 8 years ago

Thanks, fixed in 186c21045c4128d75eed180af1a3ea86349c817f