英文:
How to change Log out icon in jazzmin django theme?
问题
我有一个使用Jazzmin主题库的Django项目,我已经更改了侧边栏的图标:
"icons:{...}"
并且我想要更改用户菜单的图标,包括注销菜单:
"usermenu_links": {}
但我不太明白如何指向注销按钮,有什么想法吗?
英文:
I have django project with jazzmin theme library I use, I've change icon for sidebar with:
"icons:{...}"
and I want to change the user menu icons, the logout menu:
what I know is, we can use this line:
"usermenu_links" : {}
But I don't quite understand how to pointing for the log out button, any idea?
答案1
得分: 1
我找到了解决方案,简单的步骤如下:
-
从env>lib中复制基本模板,并保存到本地项目中。
在Django中的模板文件夹示例
然后你可以编辑注销图标和更多内容。
VS Code基本模板图像截图
英文:
I found the solution and the simple steps are
copy the base template from env>lib and save that in local project
template-folder example in djnago
then you can edit logout icon and more.
vs-code base template image screen shot
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论