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
Yes, please!!!
{% tags_for_object current_page as tag_list %}
VERY IMPORTANT!
Or write how to make it manually. I just use django-cms, but i am not python programmer.
What is the preferred way of listing all page tags? I've tried it like:
{% load tagging_tags %}
{% tags_for_object current_page as tag_list %}
But it returns empty list even if I assign some tags to a page and publish it.
The text was updated successfully, but these errors were encountered: