Hi,
I did try to hide the logo on the web site (need a bigger one), so I switch of the logo in customize. Then I try to hide the hostname, so I open the customize - html editor and pick the main layout and deleted :
<a class="navbar-brand" href="/" t-if="website" t-field="website.name">My Website</a>
That work fine until I put the logo back. Then I got the 500 error code. So I try to find where that change has been made on the file system. I found something very similar in website/views/website_templates.xml but the deleted line is still there, so where do I have to put it back, in a file or in a database record
Thank you for help