Skip to content

Commit 10d8ccd

Browse files
committed
[FIX] fix template name from move
1 parent 40f74e6 commit 10d8ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/website/static/src/builder/plugins/options/background_option.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<templates xml:space="preserve">
33

4-
<t t-name="website.WebsiteBackgroundOption" t-inherit="website.BackgroundOption">
4+
<t t-name="website.WebsiteBackgroundOption" t-inherit="html_builder.BackgroundOption">
55
<xpath expr="//BuilderButton[@action=&quot;'toggleBgImage'&quot;]" position="after">
66
<t t-if="props.withVideos">
77
<BuilderButton title.translate="Video"

0 commit comments

Comments
 (0)