Hello!Just noticed in entries/views.py there’s a return before the part where tag_labels and tag_counts are defined. That makes the tag stats code unreachable, so those values never get passed to the template.
Suggestion:
• Remove the first return
• Put everything into one final return with all the context you need
Best regards,
Yuwei Liu
Hello!Just noticed in entries/views.py there’s a return before the part where tag_labels and tag_counts are defined. That makes the tag stats code unreachable, so those values never get passed to the template.
Suggestion:
• Remove the first return
• Put everything into one final return with all the context you need
Best regards,
Yuwei Liu