Skip to content
Snippets Groups Projects
Commit 2bb4aa48 authored by qmo-odoo's avatar qmo-odoo
Browse files

[FIX] website_slides: Make section names editable in front end


This commit allows the user to edit the name of the sections
in the front end with the web editor

Task ID: 1999661
PR: #33633

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent b85a135a
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@
<div t-if="channel.can_publish and category_id" class="o_wslides_slides_list_drag py-2 pr-3">
<i class="fa fa-bars"/>
</div>
<span t-if="category_id" t-att-class="'text-muted' if not channel.can_upload else ''" t-esc="category['name']"/>
<span t-if="category_id" t-att-class="'text-muted' if not channel.can_upload else ''" t-field="category['category'].name"/>
<small t-if="not category['total_slides'] and category_id" class="ml-1 text-muted"><b>(empty)</b></small>
</div>
<div t-if="category_id" class="o_text_link d-flex border-left">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment