django-taggit-templatetags icon indicating copy to clipboard operation
django-taggit-templatetags copied to clipboard

why include_tagcloud return only a part of tags?

Open zachross90210 opened this issue 7 years ago • 0 comments

{% get_taglist as tags for 'stories.Story' %}
    {% for tag in tags %}
         {{tag}}
{% endfor %}

all tags ~100

{% include_tagcloud 'stories.Story' %} 10 tags O.o

zachross90210 avatar Aug 13 '17 20:08 zachross90210