hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

Issue submitting polls and emoticon, possible compatibility issue? #251

Open CadBrad opened 8 years ago

CadBrad commented 8 years ago

I've done a fresh install of this on my django page. I'm using Django 1.8.1 and Python 3.4, and everything seemed to install correctly and look correct.

After trying to use it, I am unable to add an emoticon or submit a poll. Although they look perfect, i'm unable to use them. I feel this might be a compability issue since i'm trying to use newer versions of Python and Django so hopefully someone can shed some light on this.

lampslave commented 6 years ago

Do you have this code in your base template?

    {% block extra_head %}{% endblock %}
    {% block extra_script %}{% endblock %}