#fix: webpage

This commit is contained in:
seshikanth 2026-07-09 19:34:06 +05:30
parent 65ed31b3c9
commit 0219b31b79
1 changed files with 3 additions and 1 deletions

View File

@ -20,8 +20,10 @@
'assets': {
'web.assets_backend': {
'web_portal_form_custom/static/src/css/candidate_card.css'
'web_portal_form_custom/static/src/css/web_page.css'
},
'web.assets_frontend': {
'web_portal_form_custom/static/src/css/web_page.css'
}
},
'post_init_hook': 'post_init_remove_duplicate_skills',
'installable': True,