show_menu
カスタムの templatetag テンプレート内で呼び出そうとしています。何かのようなもの:
base.html
xpto.html
template that extends base.html and loads cms_tags and my_custom_tags
my_custom_tag_template.html loads cms_tags
in this template I call {% show_menu %} and it doesn't work.
何かご意見は?