You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running django 2.0, i googled and got this page [(https://stackoverflow.com/questions/21021690/python-django-custom-template-tags-register-assignment-tag-not-working)] any idea to get it working?
The text was updated successfully, but these errors were encountered:
Locate review_tags.py and change the decorators @register.assignment_tag to @register.simple_tag. it will solve the issue you're having, but don't get too excited. this project is riddled with issues for django 2.0. too bad it's not maintained. -_-
I am running django 2.0, i googled and got this page [(https://stackoverflow.com/questions/21021690/python-django-custom-template-tags-register-assignment-tag-not-working)] any idea to get it working?
The text was updated successfully, but these errors were encountered: