Hello, I have recently started to check ERPNext and now I’m trying to understand Frappe before moving to the ERP.
I encountered a couple of issues in the web views section while going through the Frappe Tutorial.
- It’s missing images.
- I couldn’t change the web view as instructed. Did I miss something?
Now if you want to make a better list view for the article, drop a file called list_item.html in the library_management/doctype/article folder. Here is an example file:
Going through the source code specifically www/list.py
I got some insights and put a new file called library_management/templates/includes/list/row_template.html
. That seemed to work as expected from the tutorial.
Did I miss something, or was Frappe updated and changed how html is overridden?
Edit: add quote and improve readability.