-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
请教一个关于template的问题 #23
Comments
这是自定义上下文, 代码在这里 https://github.com/jhao104/django-blog/blob/master/blog/context_processors.py setting.py中注册 django-blog/django_blog/settings.py Line 68 in 1965475
|
没看出来啥问题,看图片是正常的 |
上面部分本来就是这样透明的 😅 |
嗯嗯,对,前面的背景图上有个白色的透明的颜色,滚动到下面就只剩背景图了,透明白色颜色不见了,这是在哪里实现的?我想设置成不管怎么滚动都有白色透明的颜色,调了半天都不成功。。。 |
django-blog/templates/blog/right.html
Line 116 in 1965475
你好,我没有完全拷贝你的项目,在我修改的时候发现这个right.html被index.html加载,但是view.py中index函数只返回了一个
return render(request, 'blog/index.html', {"article_list": article_list, "source_id": "index"})
这句return中并没有传递tag_list,那这个标签list是怎么加载的呢?
The text was updated successfully, but these errors were encountered: