We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
view中的index函数没有传 tag_list的值 那right.html中 {% for tag in tag_list %} <li><a href="{% url "blog:tag" name=tag.tag_name %}" title="标签:{{ tag.tag_name }} ">{{ tag.tag_name }}</a></li> {% endfor %} 接收的tag_list从哪里传来的呢?希望能够解惑。
{% for tag in tag_list %} <li><a href="{% url "blog:tag" name=tag.tag_name %}" title="标签:{{ tag.tag_name }} ">{{ tag.tag_name }}</a></li> {% endfor %}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
view中的index函数没有传 tag_list的值
那right.html中
{% for tag in tag_list %} <li><a href="{% url "blog:tag" name=tag.tag_name %}" title="标签:{{ tag.tag_name }} ">{{ tag.tag_name }}</a></li> {% endfor %}
接收的tag_list从哪里传来的呢?希望能够解惑。
The text was updated successfully, but these errors were encountered: